Enum data_stream::numbers::Endian
source · [−]pub enum Endian {
Little,
Big,
Native,
}
Expand description
The endian encoding of numbers.
Variants
Little
Little endian encoding.
Big
Big endian encoding.
Native
The native endian encoding of the system.
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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