Struct ppapi::ViewExperimental [-]  [+] [src]

pub struct View(_);

Methods

impl View

fn new(res: PP_Resource) -> View

fn new_bumped(res: PP_Resource) -> View

impl View

fn rect(&self) -> Option<Rect>

fn is_fullscreen(&self) -> bool

fn is_visible(&self) -> bool

fn is_page_visible(&self) -> bool

fn clip_rect(&self) -> Option<Rect>

fn device_scale(&self) -> f32

fn css_scale(&self) -> f32

Trait Implementations

impl Send for View

impl Resource for View

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for View

fn to_option(from: &PP_Resource) -> Option<View>

impl Clone for View

fn clone(&self) -> View

fn clone_from(&mut self, source: &Self)

impl Drop for View

fn drop(&mut self)

Derived Implementations

impl Show for View

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for View

fn eq(&self, __arg_0: &View) -> bool

fn ne(&self, __arg_0: &View) -> bool

impl Eq for View

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for View

fn hash(&self, __arg_0: &mut __S)