#[repr(C)]pub struct FseSeqDecodeEntry {
pub base_line: u16,
pub num_bits: u8,
pub extra_bits: u8,
pub baseline_value: u32,
}Fields§
§base_line: u16§num_bits: u8§extra_bits: u8§baseline_value: u32Implementations§
Source§impl FseSeqDecodeEntry
impl FseSeqDecodeEntry
pub fn symbol_value(&self, reader: &mut ReverseBitReader<'_>) -> u32
Trait Implementations§
Source§impl Clone for FseSeqDecodeEntry
impl Clone for FseSeqDecodeEntry
Source§fn clone(&self) -> FseSeqDecodeEntry
fn clone(&self) -> FseSeqDecodeEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FseSeqDecodeEntry
Auto Trait Implementations§
impl Freeze for FseSeqDecodeEntry
impl RefUnwindSafe for FseSeqDecodeEntry
impl Send for FseSeqDecodeEntry
impl Sync for FseSeqDecodeEntry
impl Unpin for FseSeqDecodeEntry
impl UnsafeUnpin for FseSeqDecodeEntry
impl UnwindSafe for FseSeqDecodeEntry
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