pub struct LeU64;Expand description
Little-endian u64 codec.
Trait Implementations§
impl Copy for LeU64
impl Eq for LeU64
Source§impl FixedCodec for LeU64
impl FixedCodec for LeU64
Source§type Value<'wire> = u64
where
Self: 'wire
type Value<'wire> = u64 where Self: 'wire
Semantic value represented by an exact-width wire representation.
Source§type EncodeError = Infallible
type EncodeError = Infallible
Error returned while preparing an encoded value.
Source§impl Ord for LeU64
impl Ord for LeU64
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LeU64
impl PartialOrd for LeU64
impl StructuralPartialEq for LeU64
Auto Trait Implementations§
impl Freeze for LeU64
impl RefUnwindSafe for LeU64
impl Send for LeU64
impl Sync for LeU64
impl Unpin for LeU64
impl UnsafeUnpin for LeU64
impl UnwindSafe for LeU64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more