Struct ppapi::ViewExperimental
[-]
[+]
[src]
pub struct View(_);
pub struct View(_);
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
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)
impl Show for View
impl PartialEq for View
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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).