pub struct Fixint {}
Expand description
Use fixed-size integer encoding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fixint
impl RefUnwindSafe for Fixint
impl Send for Fixint
impl Sync for Fixint
impl Unpin for Fixint
impl UnwindSafe for Fixint
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