SIZEL

Type Alias SIZEL 

Source
pub type SIZEL = SIZE;

Aliased Type§

#[repr(C)]
pub struct SIZEL { pub cx: i32, pub cy: i32, }

Fields§

§cx: i32§cy: i32