pub struct SampleTable { /* private fields */ }Expand description
A parsed sample table with one integrated luminosity and many samples.
Implementations§
Source§impl SampleTable
impl SampleTable
Trait Implementations§
Source§impl Clone for SampleTable
impl Clone for SampleTable
Source§fn clone(&self) -> SampleTable
fn clone(&self) -> SampleTable
Returns a duplicate 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 Debug for SampleTable
impl Debug for SampleTable
Source§impl PartialEq for SampleTable
impl PartialEq for SampleTable
impl StructuralPartialEq for SampleTable
Auto Trait Implementations§
impl Freeze for SampleTable
impl RefUnwindSafe for SampleTable
impl Send for SampleTable
impl Sync for SampleTable
impl Unpin for SampleTable
impl UnsafeUnpin for SampleTable
impl UnwindSafe for SampleTable
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