Struct symphonia_core::io::vlc::Entry16x32
source · pub struct Entry16x32(/* private fields */);
Expand description
Entry16x32
is a codebook entry for 16-bit values with codes up-to 32-bits.
Trait Implementations§
source§impl Clone for Entry16x32
impl Clone for Entry16x32
source§fn clone(&self) -> Entry16x32
fn clone(&self) -> Entry16x32
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 Entry16x32
impl CodebookEntry for Entry16x32
§type OffsetType = u32
type OffsetType = u32
The type of a jump offset in this entry.
source§const JUMP_OFFSET_MAX: u32 = 2_147_483_647u32
const JUMP_OFFSET_MAX: u32 = 2_147_483_647u32
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 Entry16x32
impl Default for Entry16x32
source§fn default() -> Entry16x32
fn default() -> Entry16x32
Returns the “default value” for a type. Read more
impl Copy for Entry16x32
Auto Trait Implementations§
impl RefUnwindSafe for Entry16x32
impl Send for Entry16x32
impl Sync for Entry16x32
impl Unpin for Entry16x32
impl UnwindSafe for Entry16x32
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