Struct ffmpeg_sys_next::AVCodecHWConfigInternal
source · #[repr(C)]pub struct AVCodecHWConfigInternal {
pub _address: u8,
}Expand description
Array of pointers to hardware configurations supported by the codec, or NULL if no hardware supported. The array is terminated by a NULL pointer.
The user can only access this field via avcodec_get_hw_config().
Fields§
§_address: u8Trait Implementations§
source§impl Clone for AVCodecHWConfigInternal
impl Clone for AVCodecHWConfigInternal
source§fn clone(&self) -> AVCodecHWConfigInternal
fn clone(&self) -> AVCodecHWConfigInternal
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 AVCodecHWConfigInternal
impl Debug for AVCodecHWConfigInternal
source§impl PartialEq<AVCodecHWConfigInternal> for AVCodecHWConfigInternal
impl PartialEq<AVCodecHWConfigInternal> for AVCodecHWConfigInternal
source§fn eq(&self, other: &AVCodecHWConfigInternal) -> bool
fn eq(&self, other: &AVCodecHWConfigInternal) -> bool
This method tests for
self and other values to be equal, and is used
by ==.