pub struct ForEncoder;Expand description
Frame of Reference encoder.
Stores min value + bit-packed offsets from min. Efficient when all values fit in a small range.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForEncoder
impl RefUnwindSafe for ForEncoder
impl Send for ForEncoder
impl Sync for ForEncoder
impl Unpin for ForEncoder
impl UnsafeUnpin for ForEncoder
impl UnwindSafe for ForEncoder
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