pub struct BigEndian;
Expand description
Represents big endian integer encoding.
Trait Implementations§
Source§impl FixedEndian for BigEndian
impl FixedEndian for BigEndian
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