Struct brotli::enc::stride_eval::Stride1Prior
source · struct Stride1Prior {}
Implementations§
Auto Trait Implementations§
impl Freeze for Stride1Prior
impl RefUnwindSafe for Stride1Prior
impl Send for Stride1Prior
impl Sync for Stride1Prior
impl Unpin for Stride1Prior
impl UnwindSafe for Stride1Prior
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