#[repr(C)]pub union mfxVersion {
pub __bindgen_anon_1: mfxVersion__bindgen_ty_1,
pub Version: mfxU32,
}Expand description
The mfxVersion union describes the version of the implementation.
Fields§
§__bindgen_anon_1: mfxVersion__bindgen_ty_1§Version: mfxU32< Implementation version number.
Trait Implementations§
Source§impl Clone for mfxVersion
impl Clone for mfxVersion
Source§fn clone(&self) -> mfxVersion
fn clone(&self) -> mfxVersion
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 mfxVersion
Auto Trait Implementations§
impl Freeze for mfxVersion
impl RefUnwindSafe for mfxVersion
impl Send for mfxVersion
impl Sync for mfxVersion
impl Unpin for mfxVersion
impl UnsafeUnpin for mfxVersion
impl UnwindSafe for mfxVersion
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