pub struct BE {}
Expand description
Represents big endianness
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BE
impl RefUnwindSafe for BE
impl Send for BE
impl Sync for BE
impl Unpin for BE
impl UnwindSafe for BE
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