UVec2

Type Alias UVec2 

Source
pub type UVec2 = Vector2<u32>;

Aliased Type§

#[repr(C)]
pub struct UVec2 { pub x: u32, pub y: u32, }

Fields§

§x: u32§y: u32

Trait Implementations§