SIZE

Type Alias SIZE 

Source
pub type SIZE = tagSIZE;

Aliased Type§

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

Fields§

§cx: i32§cy: i32