u8_2

Type Alias u8_2 

Source
pub type u8_2 = Vec2<u8>;

Aliased Type§

#[repr(C)]
pub struct u8_2 { pub x: u8, pub y: u8, }

Fields§

§x: u8§y: u8