pub struct BigEndianI32(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for BigEndianI32
impl Clone for BigEndianI32
Source§fn clone(&self) -> BigEndianI32
fn clone(&self) -> BigEndianI32
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 BigEndianI32
impl Debug for BigEndianI32
Source§impl Hash for BigEndianI32
impl Hash for BigEndianI32
Source§impl Ord for BigEndianI32
impl Ord for BigEndianI32
Source§fn cmp(&self, other: &BigEndianI32) -> Ordering
fn cmp(&self, other: &BigEndianI32) -> 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 BigEndianI32
impl PartialEq for BigEndianI32
Source§impl PartialOrd for BigEndianI32
impl PartialOrd for BigEndianI32
Source§impl<T: Read> ReadFrom<T> for BigEndianI32
impl<T: Read> ReadFrom<T> for BigEndianI32
impl Copy for BigEndianI32
impl Eq for BigEndianI32
impl StructuralPartialEq for BigEndianI32
Auto Trait Implementations§
impl Freeze for BigEndianI32
impl RefUnwindSafe for BigEndianI32
impl Send for BigEndianI32
impl Sync for BigEndianI32
impl Unpin for BigEndianI32
impl UnwindSafe for BigEndianI32
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