Struct bincode::config::LittleEndian
source · pub struct LittleEndian;
Expand description
Little-endian byte ordering.
Trait Implementations§
source§impl Clone for LittleEndian
impl Clone for LittleEndian
source§fn clone(&self) -> LittleEndian
fn clone(&self) -> LittleEndian
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more