#[non_exhaustive]pub struct Fixed<B = NetworkEndian> { /* private fields */ }
Expand description
A fixed-length integer encoding which encodes something to a little-endian encoding.
Trait Implementations§
Source§impl<B: Ord> Ord for Fixed<B>
impl<B: Ord> Ord for Fixed<B>
Source§impl<B: PartialOrd> PartialOrd for Fixed<B>
impl<B: PartialOrd> PartialOrd for Fixed<B>
impl<B: Copy> Copy for Fixed<B>
impl<B: Eq> Eq for Fixed<B>
impl<B> StructuralPartialEq for Fixed<B>
Auto Trait Implementations§
impl<B> Freeze for Fixed<B>
impl<B> RefUnwindSafe for Fixed<B>where
B: RefUnwindSafe,
impl<B> Send for Fixed<B>where
B: Send,
impl<B> Sync for Fixed<B>where
B: Sync,
impl<B> Unpin for Fixed<B>where
B: Unpin,
impl<B> UnwindSafe for Fixed<B>where
B: UnwindSafe,
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