[go: up one dir, main page]

Type Alias IntSize

Source
pub type IntSize = Size2D<i32>;

Aliased Type§

#[repr(C)]
pub struct IntSize { pub width: i32, pub height: i32, /* private fields */ }

Fields§

§width: i32§height: i32