pub struct TableCodebookDescReader<CodeType: 'static, SymType> { /* private fields */ }
Expand description
Flexible codebook description that uses two separate arrays for codeword bits and lengths.
Trait Implementations§
Source§impl<CodeType, SymType> CodebookDescReader<SymType> for TableCodebookDescReader<CodeType, SymType>
impl<CodeType, SymType> CodebookDescReader<SymType> for TableCodebookDescReader<CodeType, SymType>
Auto Trait Implementations§
impl<CodeType, SymType> Freeze for TableCodebookDescReader<CodeType, SymType>
impl<CodeType, SymType> RefUnwindSafe for TableCodebookDescReader<CodeType, SymType>where
SymType: RefUnwindSafe,
CodeType: RefUnwindSafe,
impl<CodeType, SymType> Send for TableCodebookDescReader<CodeType, SymType>
impl<CodeType, SymType> Sync for TableCodebookDescReader<CodeType, SymType>
impl<CodeType, SymType> Unpin for TableCodebookDescReader<CodeType, SymType>where
SymType: Unpin,
impl<CodeType, SymType> UnwindSafe for TableCodebookDescReader<CodeType, SymType>where
SymType: UnwindSafe,
CodeType: RefUnwindSafe,
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