Size

Type Alias Size 

Source
pub type Size = Vector2<u32>;
Expand description

Size type.

Aliased Type§

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

Fields§

§x: u32§y: u32