Struct bincode::config::BigEndian [−][src]
pub struct BigEndian;
Expand description
Big-endian byte ordering.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BigEndian
impl UnwindSafe for BigEndian
Blanket Implementations
Mutably borrows from an owned value. Read more