pub struct BigEndianU32(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for BigEndianU32
impl Clone for BigEndianU32
Source§fn clone(&self) -> BigEndianU32
fn clone(&self) -> BigEndianU32
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BigEndianU32
impl Debug for BigEndianU32
Source§impl Hash for BigEndianU32
impl Hash for BigEndianU32
Source§impl Ord for BigEndianU32
impl Ord for BigEndianU32
Source§fn cmp(&self, other: &BigEndianU32) -> Ordering
fn cmp(&self, other: &BigEndianU32) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BigEndianU32
impl PartialEq for BigEndianU32
Source§impl PartialOrd for BigEndianU32
impl PartialOrd for BigEndianU32
Source§impl<T: Read> ReadFrom<T> for BigEndianU32
impl<T: Read> ReadFrom<T> for BigEndianU32
impl Copy for BigEndianU32
impl Eq for BigEndianU32
impl StructuralPartialEq for BigEndianU32
Auto Trait Implementations§
impl Freeze for BigEndianU32
impl RefUnwindSafe for BigEndianU32
impl Send for BigEndianU32
impl Sync for BigEndianU32
impl Unpin for BigEndianU32
impl UnwindSafe for BigEndianU32
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