#[repr(C)]pub struct AVCodecHWConfigInternal {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for AVCodecHWConfigInternal
impl Clone for AVCodecHWConfigInternal
Source§fn clone(&self) -> AVCodecHWConfigInternal
fn clone(&self) -> AVCodecHWConfigInternal
Returns a duplicate 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