Struct object::endian::I64Bytes [−][src]
#[repr(transparent)]pub struct I64Bytes<E: Endian>(_, _);
An unaligned i64
value with an externally specified endianness of type E
.
Implementations
impl<E: Endian> I64Bytes<E>
[src]
impl<E: Endian> I64Bytes<E>
[src]Trait Implementations
impl<E: Clone + Endian> Clone for I64Bytes<E>
[src]
impl<E: Clone + Endian> Clone for I64Bytes<E>
[src]fn clone(&self) -> I64Bytes<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: PartialOrd + Endian> PartialOrd<I64Bytes<E>> for I64Bytes<E>
[src]
impl<E: PartialOrd + Endian> PartialOrd<I64Bytes<E>> for I64Bytes<E>
[src]impl<E: Copy + Endian> Copy for I64Bytes<E>
[src]
impl<E: Eq + Endian> Eq for I64Bytes<E>
[src]
impl<E: Endian> Pod for I64Bytes<E>
[src]
impl<E: Endian> StructuralEq for I64Bytes<E>
[src]
impl<E: Endian> StructuralPartialEq for I64Bytes<E>
[src]
Auto Trait Implementations
impl<E> Send for I64Bytes<E> where
E: Send,
E: Send,
impl<E> Sync for I64Bytes<E> where
E: Sync,
E: Sync,
impl<E> Unpin for I64Bytes<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.