pub enum AnySampleGroupEntry {
UnknownGroupingType(FourCC, Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for AnySampleGroupEntry
impl Clone for AnySampleGroupEntry
Source§fn clone(&self) -> AnySampleGroupEntry
fn clone(&self) -> AnySampleGroupEntry
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 AnySampleGroupEntry
impl Debug for AnySampleGroupEntry
Source§impl PartialEq for AnySampleGroupEntry
impl PartialEq for AnySampleGroupEntry
impl Eq for AnySampleGroupEntry
impl StructuralPartialEq for AnySampleGroupEntry
Auto Trait Implementations§
impl Freeze for AnySampleGroupEntry
impl RefUnwindSafe for AnySampleGroupEntry
impl Send for AnySampleGroupEntry
impl Sync for AnySampleGroupEntry
impl Unpin for AnySampleGroupEntry
impl UnwindSafe for AnySampleGroupEntry
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