Struct mp4parse::AVCDecoderConfigurationRecord
source · pub struct AVCDecoderConfigurationRecord { /* private fields */ }Auto Trait Implementations§
impl Freeze for AVCDecoderConfigurationRecord
impl RefUnwindSafe for AVCDecoderConfigurationRecord
impl Send for AVCDecoderConfigurationRecord
impl Sync for AVCDecoderConfigurationRecord
impl Unpin for AVCDecoderConfigurationRecord
impl UnwindSafe for AVCDecoderConfigurationRecord
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