pub struct AmrSampleEntry {
pub data_reference_index: u16,
pub timescale: u16,
}Fields§
§data_reference_index: u16§timescale: u16Trait Implementations§
Source§impl Clone for AmrSampleEntry
impl Clone for AmrSampleEntry
Source§fn clone(&self) -> AmrSampleEntry
fn clone(&self) -> AmrSampleEntry
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 moreSource§impl Debug for AmrSampleEntry
impl Debug for AmrSampleEntry
Source§impl Decode for AmrSampleEntry
impl Decode for AmrSampleEntry
Source§impl PartialEq for AmrSampleEntry
impl PartialEq for AmrSampleEntry
Source§fn eq(&self, other: &AmrSampleEntry) -> bool
fn eq(&self, other: &AmrSampleEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AmrSampleEntry
impl StructuralPartialEq for AmrSampleEntry
Auto Trait Implementations§
impl Freeze for AmrSampleEntry
impl RefUnwindSafe for AmrSampleEntry
impl Send for AmrSampleEntry
impl Sync for AmrSampleEntry
impl Unpin for AmrSampleEntry
impl UnsafeUnpin for AmrSampleEntry
impl UnwindSafe for AmrSampleEntry
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