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