pub struct ByteState { /* private fields */ }Expand description
Per-chunk classification masks produced by the classifier functions.
Trait Implementations§
impl StructuralPartialEq for ByteState
Auto Trait Implementations§
impl Freeze for ByteState
impl RefUnwindSafe for ByteState
impl Send for ByteState
impl Sync for ByteState
impl Unpin for ByteState
impl UnsafeUnpin for ByteState
impl UnwindSafe for ByteState
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