Struct AVInputFormat
#[repr(C)]pub struct AVInputFormat {
pub name: *const i8,
pub long_name: *const i8,
pub flags: i32,
pub extensions: *const i8,
pub codec_tag: *const *const AVCodecTag,
pub priv_class: *const AVClass,
pub mime_type: *const i8,
}
Fields§
§name: *const i8
§long_name: *const i8
§flags: i32
§extensions: *const i8
§codec_tag: *const *const AVCodecTag
§priv_class: *const AVClass
§mime_type: *const i8
Trait Implementations§
§impl Clone for AVInputFormat
impl Clone for AVInputFormat
§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 more§impl Debug for AVInputFormat
impl Debug for AVInputFormat
impl Copy 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