Struct symphonia_core::io::vlc::Entry16x16
source · pub struct Entry16x16(/* private fields */);
Expand description
Entry16x16
is a codebook entry for 16-bit values with codes up-to 16-bits.
Trait Implementations§
source§impl Clone for Entry16x16
impl Clone for Entry16x16
source§fn clone(&self) -> Entry16x16
fn clone(&self) -> Entry16x16
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl CodebookEntry for Entry16x16
impl CodebookEntry for Entry16x16
§type OffsetType = u16
type OffsetType = u16
The type of a jump offset in this entry.
source§const JUMP_OFFSET_MAX: u32 = 32_767u32
const JUMP_OFFSET_MAX: u32 = 32_767u32
The maximum jump offset.
source§fn jump_offset(&self) -> usize
fn jump_offset(&self) -> usize
Get the position in the table to jump to.
source§impl Default for Entry16x16
impl Default for Entry16x16
source§fn default() -> Entry16x16
fn default() -> Entry16x16
Returns the “default value” for a type. Read more
impl Copy for Entry16x16
Auto Trait Implementations§
impl RefUnwindSafe for Entry16x16
impl Send for Entry16x16
impl Sync for Entry16x16
impl Unpin for Entry16x16
impl UnwindSafe for Entry16x16
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