Struct brotli::enc::backward_references::H2Sub
source · pub struct H2Sub<AllocU32: Allocator<u32>> {
pub buckets_: AllocU32::AllocatedMemory,
}
Fields§
§buckets_: AllocU32::AllocatedMemory
Trait Implementations§
Auto Trait Implementations§
impl<AllocU32> Freeze for H2Sub<AllocU32>
impl<AllocU32> RefUnwindSafe for H2Sub<AllocU32>
impl<AllocU32> Send for H2Sub<AllocU32>
impl<AllocU32> Sync for H2Sub<AllocU32>
impl<AllocU32> Unpin for H2Sub<AllocU32>
impl<AllocU32> UnwindSafe for H2Sub<AllocU32>
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