#[repr(C)]pub union mfxFrameData__bindgen_ty_5 {
pub Cr: *mut mfxU8,
pub V: *mut mfxU8,
pub V16: *mut mfxU16,
pub B: *mut mfxU8,
pub A2RGB10: *mut mfxA2RGB10,
pub ABGRFP16: *mut mfxABGR16FP,
}Fields§
§Cr: *mut mfxU8< Cr channel.
V: *mut mfxU8< V channel.
V16: *mut mfxU16< V16 channel.
B: *mut mfxU8< B channel.
A2RGB10: *mut mfxA2RGB10< A2RGB10 channel for A2RGB10 format (merged ARGB).
ABGRFP16: *mut mfxABGR16FP< ABGRFP16 channel for half float ARGB format (use this merged one due to no separate FP16 Alpha Channel).
Trait Implementations§
Source§impl Clone for mfxFrameData__bindgen_ty_5
impl Clone for mfxFrameData__bindgen_ty_5
Source§fn clone(&self) -> mfxFrameData__bindgen_ty_5
fn clone(&self) -> mfxFrameData__bindgen_ty_5
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 mfxFrameData__bindgen_ty_5
Auto Trait Implementations§
impl !Send for mfxFrameData__bindgen_ty_5
impl !Sync for mfxFrameData__bindgen_ty_5
impl Freeze for mfxFrameData__bindgen_ty_5
impl RefUnwindSafe for mfxFrameData__bindgen_ty_5
impl Unpin for mfxFrameData__bindgen_ty_5
impl UnsafeUnpin for mfxFrameData__bindgen_ty_5
impl UnwindSafe for mfxFrameData__bindgen_ty_5
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