#[repr(C)]pub struct AVInputFormat {
pub name: *const c_char,
pub long_name: *const c_char,
pub flags: c_int,
pub extensions: *const c_char,
pub codec_tag: *const *const AVCodecTag,
pub priv_class: *const AVClass,
pub mime_type: *const c_char,
}
Fields§
§name: *const c_char
§long_name: *const c_char
§flags: c_int
§extensions: *const c_char
§codec_tag: *const *const AVCodecTag
§priv_class: *const AVClass
§mime_type: *const c_char
Trait Implementations§
Source§impl Clone for AVInputFormat
impl Clone for AVInputFormat
Source§fn clone(&self) -> AVInputFormat
fn clone(&self) -> AVInputFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AVInputFormat
impl Debug for AVInputFormat
Source§impl PartialEq for AVInputFormat
impl PartialEq for AVInputFormat
impl Copy for AVInputFormat
impl Eq for AVInputFormat
impl StructuralPartialEq for AVInputFormat
Auto Trait Implementations§
impl Freeze for AVInputFormat
impl RefUnwindSafe for AVInputFormat
impl !Send for AVInputFormat
impl !Sync for AVInputFormat
impl Unpin for AVInputFormat
impl UnwindSafe for AVInputFormat
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