Struct ruzstd::fse::FSETable [−][src]
pub struct FSETable {
pub decode: Vec<Entry>,
pub accuracy_log: u8,
pub symbol_probablilities: Vec<i32>,
// some fields omitted
}Fields
decode: Vec<Entry>accuracy_log: u8symbol_probablilities: Vec<i32>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FSETableimpl UnwindSafe for FSETableBlanket Implementations
Mutably borrows from an owned value. Read more