Type Alias mbSize

Source
pub type mbSize = _mbSize;

Aliased Type§

struct mbSize {
    pub w: i32,
    pub h: i32,
}

Fields§

§w: i32§h: i32