pub struct RleCompressor;Expand description
Run-length encoding compression
Implementations§
Source§impl RleCompressor
impl RleCompressor
Auto Trait Implementations§
impl Freeze for RleCompressor
impl RefUnwindSafe for RleCompressor
impl Send for RleCompressor
impl Sync for RleCompressor
impl Unpin for RleCompressor
impl UnsafeUnpin for RleCompressor
impl UnwindSafe for RleCompressor
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