pub struct BigEndian;Expand description
Marks the buffer or stream as big endian
Trait Implementations§
Source§impl BitRead<BigEndian> for Option<NonZeroU128>
impl BitRead<BigEndian> for Option<NonZeroU128>
Source§impl BitRead<BigEndian> for Option<NonZeroU16>
impl BitRead<BigEndian> for Option<NonZeroU16>
Source§impl BitRead<BigEndian> for Option<NonZeroU32>
impl BitRead<BigEndian> for Option<NonZeroU32>
Source§impl BitRead<BigEndian> for Option<NonZeroU64>
impl BitRead<BigEndian> for Option<NonZeroU64>
Source§impl BitRead<BigEndian> for Option<NonZeroU8>
impl BitRead<BigEndian> for Option<NonZeroU8>
Auto Trait Implementations§
impl Freeze for BigEndian
impl RefUnwindSafe for BigEndian
impl Send for BigEndian
impl Sync for BigEndian
impl Unpin for BigEndian
impl UnsafeUnpin 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