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