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