pub struct AVCodec {
pub sample_fmts: *const AVSampleFormat,
pub capabilities: c_int,
}Fields§
§sample_fmts: *const AVSampleFormat§capabilities: c_intAuto Trait Implementations§
impl Freeze for AVCodec
impl RefUnwindSafe for AVCodec
impl !Send for AVCodec
impl !Sync for AVCodec
impl Unpin for AVCodec
impl UnsafeUnpin for AVCodec
impl UnwindSafe for AVCodec
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