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