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