pub struct Fixed<E: ByteOrder>(/* private fields */);Expand description
Fixed-size encoding with a specific byte order.
Trait Implementations§
Source§impl<E: ByteOrder> BinaryFormat for Fixed<E>
impl<E: ByteOrder> BinaryFormat for Fixed<E>
Auto Trait Implementations§
impl<E> Freeze for Fixed<E>
impl<E> RefUnwindSafe for Fixed<E>where
E: RefUnwindSafe,
impl<E> Send for Fixed<E>where
E: Send,
impl<E> Sync for Fixed<E>where
E: Sync,
impl<E> Unpin for Fixed<E>where
E: Unpin,
impl<E> UnsafeUnpin for Fixed<E>
impl<E> UnwindSafe for Fixed<E>where
E: 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