#[repr(C)]pub struct DXVAHD_COLOR(/* private fields */);
Implementations§
Source§impl DXVAHD_COLOR
impl DXVAHD_COLOR
pub unsafe fn RGB(&self) -> &DXVAHD_COLOR_RGBA
pub unsafe fn RGB_mut(&mut self) -> &mut DXVAHD_COLOR_RGBA
pub unsafe fn YCbCr(&self) -> &DXVAHD_COLOR_YCbCrA
pub unsafe fn YCbCr_mut(&mut self) -> &mut DXVAHD_COLOR_YCbCrA
Trait Implementations§
Source§impl Clone for DXVAHD_COLOR
impl Clone for DXVAHD_COLOR
Source§fn clone(&self) -> DXVAHD_COLOR
fn clone(&self) -> DXVAHD_COLOR
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 Default for DXVAHD_COLOR
impl Default for DXVAHD_COLOR
Source§fn default() -> DXVAHD_COLOR
fn default() -> DXVAHD_COLOR
Returns the “default value” for a type. Read more
impl Copy for DXVAHD_COLOR
Auto Trait Implementations§
impl Freeze for DXVAHD_COLOR
impl RefUnwindSafe for DXVAHD_COLOR
impl Send for DXVAHD_COLOR
impl Sync for DXVAHD_COLOR
impl Unpin for DXVAHD_COLOR
impl UnwindSafe for DXVAHD_COLOR
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