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