Struct object::endian::U64Bytes [−][src]
#[repr(transparent)]pub struct U64Bytes<E: Endian>(_, _);
An unaligned u64
value with an externally specified endianness of type E
.
Implementations
impl<E: Endian> U64Bytes<E>
[src]
impl<E: Endian> U64Bytes<E>
[src]Trait Implementations
impl<E: Clone + Endian> Clone for U64Bytes<E>
[src]
impl<E: Clone + Endian> Clone for U64Bytes<E>
[src]fn clone(&self) -> U64Bytes<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: PartialOrd + Endian> PartialOrd<U64Bytes<E>> for U64Bytes<E>
[src]
impl<E: PartialOrd + Endian> PartialOrd<U64Bytes<E>> for U64Bytes<E>
[src]impl<E: Copy + Endian> Copy for U64Bytes<E>
[src]
impl<E: Eq + Endian> Eq for U64Bytes<E>
[src]
impl<E: Endian> Pod for U64Bytes<E>
[src]
impl<E: Endian> StructuralEq for U64Bytes<E>
[src]
impl<E: Endian> StructuralPartialEq for U64Bytes<E>
[src]
Auto Trait Implementations
impl<E> Send for U64Bytes<E> where
E: Send,
E: Send,
impl<E> Sync for U64Bytes<E> where
E: Sync,
E: Sync,
impl<E> Unpin for U64Bytes<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.