#[repr(C)]pub struct AVVAAPIHWConfig {
pub config_id: VAConfigID,
}Fields§
§config_id: VAConfigIDTrait Implementations§
Source§impl Clone for AVVAAPIHWConfig
impl Clone for AVVAAPIHWConfig
Source§fn clone(&self) -> AVVAAPIHWConfig
fn clone(&self) -> AVVAAPIHWConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVVAAPIHWConfig
Source§impl Debug for AVVAAPIHWConfig
impl Debug for AVVAAPIHWConfig
impl Eq for AVVAAPIHWConfig
Source§impl PartialEq for AVVAAPIHWConfig
impl PartialEq for AVVAAPIHWConfig
impl StructuralPartialEq for AVVAAPIHWConfig
Auto Trait Implementations§
impl Freeze for AVVAAPIHWConfig
impl RefUnwindSafe for AVVAAPIHWConfig
impl Send for AVVAAPIHWConfig
impl Sync for AVVAAPIHWConfig
impl Unpin for AVVAAPIHWConfig
impl UnsafeUnpin for AVVAAPIHWConfig
impl UnwindSafe for AVVAAPIHWConfig
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