pub struct LenInit {
pub len_bits: [u8; 16],
pub len_code: [u8; 16],
}Expand description
Initialization data for the Length decode table.
Fields§
§len_bits: [u8; 16]§len_code: [u8; 16]Auto Trait Implementations§
impl Freeze for LenInit
impl RefUnwindSafe for LenInit
impl Send for LenInit
impl Sync for LenInit
impl Unpin for LenInit
impl UnsafeUnpin for LenInit
impl UnwindSafe for LenInit
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