Struct netidx_core::pack::Z64
source · pub struct Z64(pub u64);
Tuple Fields§
§0: u64
Methods from Deref<Target = u64>§
Trait Implementations§
source§impl Ord for Z64
impl Ord for Z64
source§impl Pack for Z64
impl Pack for Z64
fn encoded_len(&self) -> usize
fn encode(&self, buf: &mut impl BufMut) -> Result<(), PackError>
fn decode(buf: &mut impl Buf) -> Result<Self, PackError>
fn const_encoded_len() -> Option<usize>
fn decode_into(&mut self, buf: &mut impl Buf) -> Result<(), PackError>where
Self: Sized,
source§impl PartialOrd<Z64> for Z64
impl PartialOrd<Z64> for Z64
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more