pub struct Stsc {
pub entries: Vec<StscEntry>,
}Fields§
§entries: Vec<StscEntry>Trait Implementations§
impl Eq for Stsc
impl StructuralPartialEq for Stsc
Auto Trait Implementations§
impl Freeze for Stsc
impl RefUnwindSafe for Stsc
impl Send for Stsc
impl Sync for Stsc
impl Unpin for Stsc
impl UnwindSafe for Stsc
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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