pub struct RiceCode {
pub nsubs: usize,
pub offset: usize,
pub code: &'static [usize],
pub num_bits: &'static [usize],
pub inv: &'static [i16],
pub inv_len: usize,
}
Fields§
§nsubs: usize
§offset: usize
§code: &'static [usize]
§num_bits: &'static [usize]
§inv: &'static [i16]
§inv_len: usize
Auto Trait Implementations§
impl Freeze for RiceCode
impl RefUnwindSafe for RiceCode
impl Send for RiceCode
impl Sync for RiceCode
impl Unpin for RiceCode
impl UnwindSafe for RiceCode
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