Type Alias SIZE

Source
pub type SIZE = tagSIZE;

Aliased Type§

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

Fields§

§cx: i32§cy: i32