pub struct FseDecodeEntry {
pub base_line: u16,
pub num_bits: u8,
pub symbol: u8,
}Fields§
§base_line: u16§num_bits: u8§symbol: u8Trait Implementations§
Source§impl Clone for FseDecodeEntry
impl Clone for FseDecodeEntry
Source§fn clone(&self) -> FseDecodeEntry
fn clone(&self) -> FseDecodeEntry
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 FseDecodeEntry
Auto Trait Implementations§
impl Freeze for FseDecodeEntry
impl RefUnwindSafe for FseDecodeEntry
impl Send for FseDecodeEntry
impl Sync for FseDecodeEntry
impl Unpin for FseDecodeEntry
impl UnsafeUnpin for FseDecodeEntry
impl UnwindSafe for FseDecodeEntry
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