Struct ppapi::SizeExperimental
[-]
[+]
[src]
pub struct Size { pub width: u32, pub height: u32, }
Fields
width | |
height |
pub struct Size { pub width: u32, pub height: u32, }
width | |
height |
impl Size
impl Copy for Size
impl Clone for Size
fn clone(&self) -> Size
fn clone_from(&mut self, source: &Self)
impl<__S: Writer + Hasher> Hash<__S> for Size
fn hash(&self, __arg_0: &mut __S)
impl PartialEq for Size
impl Eq for Size
fn assert_receiver_is_total_eq(&self)
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
).