Type Alias browser_window::prelude::Dims2D

source ·
pub type Dims2D = cbw_Dims2D;

Aliased Type§

struct Dims2D {
    pub width: u16,
    pub height: u16,
}

Fields§

§width: u16§height: u16