Struct winapi::SIZE [] [src]

pub struct SIZE {
    pub cx: LONG,
    pub cy: LONG,
}

Fields

cx
cy

Trait Implementations

Derived Implementations

impl Debug for SIZE

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

impl Copy for SIZE

impl Clone for SIZE

fn clone(&self) -> SIZE

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