Struct ffmpeg_sys_next::AVHWDeviceContext
source · #[repr(C)]pub struct AVHWDeviceContext {
pub av_class: *const AVClass,
pub internal: *mut AVHWDeviceInternal,
pub type_: AVHWDeviceType,
pub hwctx: *mut c_void,
pub free: Option<unsafe extern "C" fn(ctx: *mut AVHWDeviceContext)>,
pub user_opaque: *mut c_void,
}Fields§
§av_class: *const AVClass§internal: *mut AVHWDeviceInternal§type_: AVHWDeviceType§hwctx: *mut c_void§free: Option<unsafe extern "C" fn(ctx: *mut AVHWDeviceContext)>§user_opaque: *mut c_voidTrait Implementations§
source§impl Clone for AVHWDeviceContext
impl Clone for AVHWDeviceContext
source§fn clone(&self) -> AVHWDeviceContext
fn clone(&self) -> AVHWDeviceContext
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 AVHWDeviceContext
impl Debug for AVHWDeviceContext
source§impl PartialEq<AVHWDeviceContext> for AVHWDeviceContext
impl PartialEq<AVHWDeviceContext> for AVHWDeviceContext
source§fn eq(&self, other: &AVHWDeviceContext) -> bool
fn eq(&self, other: &AVHWDeviceContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.