pub struct NativeEndian;
Expand description
Simple settings for using native endian encoding.
Trait Implementations§
Source§impl EndianSettings for NativeEndian
impl EndianSettings for NativeEndian
Auto Trait Implementations§
impl Freeze for NativeEndian
impl RefUnwindSafe for NativeEndian
impl Send for NativeEndian
impl Sync for NativeEndian
impl Unpin for NativeEndian
impl UnwindSafe for NativeEndian
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