pub struct SubsEntry {
pub sample_delta: u32,
pub subsamples: Vec<SubsSubsample>,
}Fields§
§sample_delta: u32§subsamples: Vec<SubsSubsample>Trait Implementations§
impl Eq for SubsEntry
impl StructuralPartialEq for SubsEntry
Auto Trait Implementations§
impl Freeze for SubsEntry
impl RefUnwindSafe for SubsEntry
impl Send for SubsEntry
impl Sync for SubsEntry
impl Unpin for SubsEntry
impl UnwindSafe for SubsEntry
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