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