pub struct FseEncodeTable {
pub symbol_tt: Vec<SymbolTransform>,
pub state_table: Vec<u16>,
pub accuracy_log: u8,
}Fields§
§symbol_tt: Vec<SymbolTransform>§state_table: Vec<u16>§accuracy_log: u8Implementations§
Source§impl FseEncodeTable
impl FseEncodeTable
pub fn from_distribution(distribution: &[i16], accuracy_log: u8) -> Self
Auto Trait Implementations§
impl Freeze for FseEncodeTable
impl RefUnwindSafe for FseEncodeTable
impl Send for FseEncodeTable
impl Sync for FseEncodeTable
impl Unpin for FseEncodeTable
impl UnsafeUnpin for FseEncodeTable
impl UnwindSafe for FseEncodeTable
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