#[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: u8
Trait 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
impl Copy for AVCodecHWConfigInternal
Auto Trait Implementations§
impl Freeze for AVCodecHWConfigInternal
impl RefUnwindSafe for AVCodecHWConfigInternal
impl Send for AVCodecHWConfigInternal
impl Sync for AVCodecHWConfigInternal
impl Unpin for AVCodecHWConfigInternal
impl UnwindSafe for AVCodecHWConfigInternal
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