Struct data_stream::default_settings::NativeSettings
source · [−]pub struct NativeSettings;Expand description
Default settings for efficiency on a single platform.
Trait Implementations
sourceimpl EndianSettings for NativeSettings
impl EndianSettings for NativeSettings
sourceimpl SizeSettings for NativeSettings
impl SizeSettings for NativeSettings
Auto Trait Implementations
impl RefUnwindSafe for NativeSettings
impl Send for NativeSettings
impl Sync for NativeSettings
impl Unpin for NativeSettings
impl UnwindSafe for NativeSettings
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