Struct bincode::config::NativeEndian [−][src]
pub struct NativeEndian;
Expand description
The native byte ordering of the current system.
Trait Implementations
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
Mutably borrows from an owned value. Read more