pub struct ShortCodebookDesc {
pub code: u32,
pub bits: u8,
}
Expand description
Codebook description for (code bits, code length)
pair with array index
being used as codeword value.
Fields§
§code: u32
Codeword bits.
bits: u8
Codeword length.
Auto Trait Implementations§
impl Freeze for ShortCodebookDesc
impl RefUnwindSafe for ShortCodebookDesc
impl Send for ShortCodebookDesc
impl Sync for ShortCodebookDesc
impl Unpin for ShortCodebookDesc
impl UnwindSafe for ShortCodebookDesc
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