Struct data_stream::numbers::NativeEndian
source · [−]pub struct NativeEndian;
Expand description
Simple settings for using native endian encoding.
Trait Implementations
sourceimpl EndianSettings for NativeEndian
impl EndianSettings for NativeEndian
Auto Trait Implementations
impl RefUnwindSafe for NativeEndian
impl Send for NativeEndian
impl Sync for NativeEndian
impl Unpin for NativeEndian
impl UnwindSafe for NativeEndian
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more