Enum bytebuffer::Endian
source · [−]pub enum Endian {
BigEndian,
LittleEndian,
}
Expand description
An enum to represent the byte order of the ByteBuffer object
Variants
BigEndian
LittleEndian
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Endian
impl Send for Endian
impl Sync for Endian
impl Unpin for Endian
impl UnwindSafe for Endian
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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