#[repr(C)]pub struct CodecMime {
pub str: [c_char; 32],
pub id: AVCodecID,
}
Fields§
§str: [c_char; 32]
§id: AVCodecID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodecMime
impl RefUnwindSafe for CodecMime
impl Send for CodecMime
impl Sync for CodecMime
impl Unpin for CodecMime
impl UnwindSafe for CodecMime
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