Struct ffmpeg::ffi::AVCodecDescriptor
source · #[repr(C)]pub struct AVCodecDescriptor {
pub id: c_uint,
pub type_: c_int,
pub name: *const c_char,
pub long_name: *const c_char,
pub props: c_int,
pub mime_types: *const *const c_char,
pub profiles: *const AVProfile,
}
Fields§
§id: c_uint
§type_: c_int
§name: *const c_char
§long_name: *const c_char
§props: c_int
§mime_types: *const *const c_char
§profiles: *const AVProfile
Trait Implementations§
source§impl Clone for AVCodecDescriptor
impl Clone for AVCodecDescriptor
source§fn clone(&self) -> AVCodecDescriptor
fn clone(&self) -> AVCodecDescriptor
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 AVCodecDescriptor
impl Debug for AVCodecDescriptor
impl Copy for AVCodecDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for AVCodecDescriptor
impl !Send for AVCodecDescriptor
impl !Sync for AVCodecDescriptor
impl Unpin for AVCodecDescriptor
impl UnwindSafe for AVCodecDescriptor
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