#[repr(C)]pub struct AVCodecParameters { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AVCodecParameters
impl RefUnwindSafe for AVCodecParameters
impl Send for AVCodecParameters
impl Sync for AVCodecParameters
impl Unpin for AVCodecParameters
impl UnwindSafe for AVCodecParameters
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