pub struct EndianBig { /* private fields */ }
Expand description
Implements Endian
trait and provides
big endian
conversions between numbers and arrays
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndianBig
impl RefUnwindSafe for EndianBig
impl Send for EndianBig
impl Sync for EndianBig
impl Unpin for EndianBig
impl UnwindSafe for EndianBig
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