winapi::shared::windef

Type Alias SIZEL

Source
pub type SIZEL = SIZE;

Aliased Type§

struct SIZEL {
    pub cx: i32,
    pub cy: i32,
}

Fields§

§cx: i32§cy: i32

Trait Implementations

Source§

impl Clone for SIZE

Source§

fn clone(&self) -> SIZE

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Copy for SIZE