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

pub struct Size {
    pub width: u32,
    pub height: u32,
}

Fields

width
height

Methods

impl Size

fn new(width: u32, height: u32) -> Size

Trait Implementations

Derived Implementations

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

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

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

impl Eq for Size

fn assert_receiver_is_total_eq(&self)