Int32

Type Alias Int32 

Source
pub type Int32 = Number<i32>;

Aliased Type§

pub struct Int32(pub i32);

Tuple Fields§

§0: i32

Implementations§

Source§

impl Int32

Source

pub const fn as_u32(&self) -> u32

Trait Implementations§