Struct symphonia_core::io::vlc::Entry16x8
source · pub struct Entry16x8(/* private fields */);
Expand description
Entry16x8
is a codebook entry for 16-bit values with codes up-to 8-bits.
Trait Implementations§
source§impl CodebookEntry for Entry16x8
impl CodebookEntry for Entry16x8
§type OffsetType = u8
type OffsetType = u8
The type of a jump offset in this entry.
source§const JUMP_OFFSET_MAX: u32 = 127u32
const JUMP_OFFSET_MAX: u32 = 127u32
The maximum jump offset.
source§fn jump_offset(&self) -> usize
fn jump_offset(&self) -> usize
Get the position in the table to jump to.
impl Copy for Entry16x8
Auto Trait Implementations§
impl RefUnwindSafe for Entry16x8
impl Send for Entry16x8
impl Sync for Entry16x8
impl Unpin for Entry16x8
impl UnwindSafe for Entry16x8
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