Struct data_stream::default_settings::PortableSettings
source · [−]pub struct PortableSettings;
Expand description
Default settings for portability when possibly used on different platforms.
Trait Implementations
sourceimpl EndianSettings for PortableSettings
impl EndianSettings for PortableSettings
sourceimpl SizeSettings for PortableSettings
impl SizeSettings for PortableSettings
Auto Trait Implementations
impl RefUnwindSafe for PortableSettings
impl Send for PortableSettings
impl Sync for PortableSettings
impl Unpin for PortableSettings
impl UnwindSafe for PortableSettings
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