UInt32

Type Alias UInt32 

Source
pub type UInt32 = Number<u32>;

Aliased Type§

pub struct UInt32(pub u32);

Tuple Fields§

§0: u32

Implementations§

Source§

impl UInt32

Source

pub const fn as_u32(&self) -> u32

Trait Implementations§