pub struct BigEndian;Expand description
Marks the buffer or stream as big endian
Trait Implementations
sourceimpl BitRead<'_, BigEndian> for Option<NonZeroU8>
impl BitRead<'_, BigEndian> for Option<NonZeroU8>
sourceimpl BitRead<'_, BigEndian> for Option<NonZeroU16>
impl BitRead<'_, BigEndian> for Option<NonZeroU16>
sourceimpl BitRead<'_, BigEndian> for Option<NonZeroU32>
impl BitRead<'_, BigEndian> for Option<NonZeroU32>
sourceimpl BitRead<'_, BigEndian> for Option<NonZeroU64>
impl BitRead<'_, BigEndian> for Option<NonZeroU64>
sourceimpl BitRead<'_, BigEndian> for Option<NonZeroU128>
impl BitRead<'_, BigEndian> for Option<NonZeroU128>
sourceimpl Endianness for BigEndian
impl Endianness for BigEndian
impl Copy for BigEndian
impl Eq for BigEndian
impl StructuralEq for BigEndian
impl StructuralPartialEq for BigEndian
Auto Trait Implementations
impl RefUnwindSafe for BigEndian
impl Send for BigEndian
impl Sync for BigEndian
impl Unpin for BigEndian
impl UnwindSafe for BigEndian
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more