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: PartialOrd + Endian> PartialOrd<I64Bytes<E>> for I64Bytes<E>
[src]
impl<E: PartialOrd + Endian> PartialOrd<I64Bytes<E>> for I64Bytes<E>
[src]fn partial_cmp(&self, other: &I64Bytes<E>) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<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,