Type Alias mbPoint

Source
pub type mbPoint = _mbPoint;

Aliased Type§

struct mbPoint {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32