pub struct RunLength { /* private fields */ }
Expand description
Run-length struct to save current byte and metainformation about special cases
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunLength
impl RefUnwindSafe for RunLength
impl Send for RunLength
impl Sync for RunLength
impl Unpin for RunLength
impl UnwindSafe for RunLength
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