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