struct DeflateHeaderTables {
litlen_decode_table: [u32; 2342],
offset_decode_table: [u32; 512],
}
Fields§
§litlen_decode_table: [u32; 2342]
§offset_decode_table: [u32; 512]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeflateHeaderTables
impl RefUnwindSafe for DeflateHeaderTables
impl Send for DeflateHeaderTables
impl Sync for DeflateHeaderTables
impl Unpin for DeflateHeaderTables
impl UnwindSafe for DeflateHeaderTables
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