pub enum NumberBytesEndianness {
NativeEndian,
BigEndian,
LittleEndian,
}
Variants§
Auto Trait Implementations§
impl Freeze for NumberBytesEndianness
impl RefUnwindSafe for NumberBytesEndianness
impl Send for NumberBytesEndianness
impl Sync for NumberBytesEndianness
impl Unpin for NumberBytesEndianness
impl UnwindSafe for NumberBytesEndianness
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