pub struct CttsEntry {
pub sample_count: u32,
pub sample_offset: i32,
}Fields§
§sample_count: u32§sample_offset: i32Trait Implementations§
impl Eq for CttsEntry
impl StructuralPartialEq for CttsEntry
Auto Trait Implementations§
impl Freeze for CttsEntry
impl RefUnwindSafe for CttsEntry
impl Send for CttsEntry
impl Sync for CttsEntry
impl Unpin for CttsEntry
impl UnwindSafe for CttsEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)