pub struct BigEndian;Expand description
Big endian byte and word ordering
Trait Implementations§
Source§impl Endian for BigEndian
impl Endian for BigEndian
Source§fn to_register_endian<T: PrimInt>(value: T) -> T
fn to_register_endian<T: PrimInt>(value: T) -> T
Convert from native endianness to register endianness.
Source§fn from_register_endian<T: PrimInt>(value: T) -> T
fn from_register_endian<T: PrimInt>(value: T) -> T
Convert from register endianness to native endianness.
impl Copy for BigEndian
impl Eq for BigEndian
impl StructuralPartialEq for BigEndian
Auto Trait Implementations§
impl Freeze for BigEndian
impl RefUnwindSafe for BigEndian
impl Send for BigEndian
impl Sync for BigEndian
impl Unpin for BigEndian
impl UnwindSafe for BigEndian
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more