Type Alias Dims2D

Source
pub type Dims2D = cbw_Dims2D;

Aliased Type§

#[repr(C)]
pub struct Dims2D { pub width: u16, pub height: u16, }

Fields§

§width: u16§height: u16