Struct sep2_common::packages::primitives::Uint32
source · pub struct Uint32(pub u32);
Expand description
Unsigned integer, max inclusive 4294967295 (2^32-1)
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Ord for Uint32
impl Ord for Uint32
source§impl PartialEq<Uint32> for Uint32
impl PartialEq<Uint32> for Uint32
source§impl PartialOrd<Uint32> for Uint32
impl PartialOrd<Uint32> for Uint32
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Uint32
impl Eq for Uint32
impl StructuralEq for Uint32
impl StructuralPartialEq for Uint32
Auto Trait Implementations§
impl RefUnwindSafe for Uint32
impl Send for Uint32
impl Sync for Uint32
impl Unpin for Uint32
impl UnwindSafe for Uint32
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more