Struct ffmpeg::ffi::AVCodecHWConfig
source · #[repr(C)]pub struct AVCodecHWConfig {
pub pix_fmt: c_int,
pub methods: c_int,
pub device_type: c_uint,
}
Fields§
§pix_fmt: c_int
§methods: c_int
§device_type: c_uint
Trait Implementations§
source§impl Clone for AVCodecHWConfig
impl Clone for AVCodecHWConfig
source§fn clone(&self) -> AVCodecHWConfig
fn clone(&self) -> AVCodecHWConfig
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 AVCodecHWConfig
impl Debug for AVCodecHWConfig
impl Copy for AVCodecHWConfig
Auto Trait Implementations§
impl RefUnwindSafe for AVCodecHWConfig
impl Send for AVCodecHWConfig
impl Sync for AVCodecHWConfig
impl Unpin for AVCodecHWConfig
impl UnwindSafe for AVCodecHWConfig
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