pub struct U64Bytes<E: Endian>(/* private fields */);
Expand description
An unaligned u64
value with an externally specified endianness of type E
.
Implementations§
Trait Implementations§
Source§impl<E: Ord + Endian> Ord for U64Bytes<E>
impl<E: Ord + Endian> Ord for U64Bytes<E>
Source§impl<E: PartialOrd + Endian> PartialOrd for U64Bytes<E>
impl<E: PartialOrd + Endian> PartialOrd for U64Bytes<E>
impl<E: Copy + Endian> Copy for U64Bytes<E>
impl<E: Eq + Endian> Eq for U64Bytes<E>
impl<E: Endian> Pod for U64Bytes<E>
impl<E: Endian> StructuralPartialEq for U64Bytes<E>
Auto Trait Implementations§
impl<E> Freeze for U64Bytes<E>
impl<E> RefUnwindSafe for U64Bytes<E>where
E: RefUnwindSafe,
impl<E> Send for U64Bytes<E>where
E: Send,
impl<E> Sync for U64Bytes<E>where
E: Sync,
impl<E> Unpin for U64Bytes<E>where
E: Unpin,
impl<E> UnwindSafe for U64Bytes<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)