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