Struct ffmpeg::ffi::AVPixFmtDescriptor
source · #[repr(C)]pub struct AVPixFmtDescriptor {
pub name: *const c_char,
pub nb_components: u8,
pub log2_chroma_w: u8,
pub log2_chroma_h: u8,
pub flags: u64,
pub comp: [AVComponentDescriptor; 4],
pub alias: *const c_char,
}
Fields§
§name: *const c_char
§nb_components: u8
§log2_chroma_w: u8
§log2_chroma_h: u8
§flags: u64
§comp: [AVComponentDescriptor; 4]
§alias: *const c_char
Trait Implementations§
source§impl Clone for AVPixFmtDescriptor
impl Clone for AVPixFmtDescriptor
source§fn clone(&self) -> AVPixFmtDescriptor
fn clone(&self) -> AVPixFmtDescriptor
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 AVPixFmtDescriptor
impl Debug for AVPixFmtDescriptor
impl Copy for AVPixFmtDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for AVPixFmtDescriptor
impl !Send for AVPixFmtDescriptor
impl !Sync for AVPixFmtDescriptor
impl Unpin for AVPixFmtDescriptor
impl UnwindSafe for AVPixFmtDescriptor
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