Type Alias Vec2b

Source
pub type Vec2b = Vec2<bool>;

Aliased Type§

#[repr(C)]
pub struct Vec2b { pub x: bool, pub y: bool, }

Fields§

§x: bool§y: bool