Struct brotli::enc::backward_references::BankH41
source · pub struct BankH41 {
pub slots: [SlotH41; 65536],
}
Fields§
§slots: [SlotH41; 65536]
Auto Trait Implementations§
impl Freeze for BankH41
impl RefUnwindSafe for BankH41
impl Send for BankH41
impl Sync for BankH41
impl Unpin for BankH41
impl UnwindSafe for BankH41
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