pub struct NativeSettings;
Expand description
Default settings for efficiency on a single platform.
Trait Implementations§
Source§impl EndianSettings for NativeSettings
impl EndianSettings for NativeSettings
Source§impl SizeSettings for NativeSettings
impl SizeSettings for NativeSettings
Auto Trait Implementations§
impl Freeze for NativeSettings
impl RefUnwindSafe for NativeSettings
impl Send for NativeSettings
impl Sync for NativeSettings
impl Unpin for NativeSettings
impl UnwindSafe for NativeSettings
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