SIZE

Type Alias SIZE 

Source
pub type SIZE = tagSIZE;

Aliased Type§

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

Fields§

§cx: i64§cy: i64