pub struct LeI128;Expand description
Little-endian i128 codec.
Trait Implementations§
impl Copy for LeI128
impl Eq for LeI128
Source§impl FixedCodec for LeI128
impl FixedCodec for LeI128
Source§type Value<'wire> = i128
where
Self: 'wire
type Value<'wire> = i128 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 LeI128
impl Ord for LeI128
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 LeI128
impl PartialOrd for LeI128
impl StructuralPartialEq for LeI128
Auto Trait Implementations§
impl Freeze for LeI128
impl RefUnwindSafe for LeI128
impl Send for LeI128
impl Sync for LeI128
impl Unpin for LeI128
impl UnsafeUnpin for LeI128
impl UnwindSafe for LeI128
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