pub struct PortableSettings;
Expand description
Default settings for portability when possibly used on different platforms.
Trait Implementations§
Source§impl EndianSettings for PortableSettings
impl EndianSettings for PortableSettings
Source§impl SizeSettings for PortableSettings
impl SizeSettings for PortableSettings
Auto Trait Implementations§
impl Freeze for PortableSettings
impl RefUnwindSafe for PortableSettings
impl Send for PortableSettings
impl Sync for PortableSettings
impl Unpin for PortableSettings
impl UnwindSafe for PortableSettings
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