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