pub enum MpfEndianness {
BigEndian,
LittleEndian,
}Variants§
Trait Implementations§
Source§impl Clone for MpfEndianness
impl Clone for MpfEndianness
Source§fn clone(&self) -> MpfEndianness
fn clone(&self) -> MpfEndianness
Returns a copy 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 MpfEndianness
impl Debug for MpfEndianness
Source§impl Ord for MpfEndianness
impl Ord for MpfEndianness
Source§fn cmp(&self, other: &MpfEndianness) -> Ordering
fn cmp(&self, other: &MpfEndianness) -> 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 MpfEndianness
impl PartialEq for MpfEndianness
Source§impl PartialOrd for MpfEndianness
impl PartialOrd for MpfEndianness
Source§impl TryFrom<u32> for MpfEndianness
impl TryFrom<u32> for MpfEndianness
impl Copy for MpfEndianness
impl Eq for MpfEndianness
impl StructuralPartialEq for MpfEndianness
Auto Trait Implementations§
impl Freeze for MpfEndianness
impl RefUnwindSafe for MpfEndianness
impl Send for MpfEndianness
impl Sync for MpfEndianness
impl Unpin for MpfEndianness
impl UnwindSafe for MpfEndianness
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