pub struct RleDecoder;Expand description
Run-Length decoder for Bool and Int64.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RleDecoder
impl RefUnwindSafe for RleDecoder
impl Send for RleDecoder
impl Sync for RleDecoder
impl Unpin for RleDecoder
impl UnsafeUnpin for RleDecoder
impl UnwindSafe for RleDecoder
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