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