pub struct Stsd {
pub codecs: Vec<Codec>,
}Fields§
§codecs: Vec<Codec>Trait Implementations§
impl Eq for Stsd
impl StructuralPartialEq for Stsd
Auto Trait Implementations§
impl Freeze for Stsd
impl RefUnwindSafe for Stsd
impl Send for Stsd
impl Sync for Stsd
impl Unpin for Stsd
impl UnwindSafe for Stsd
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