#[repr(C)]pub struct DXVAHD_COLOR_RGBA {
pub R: FLOAT,
pub G: FLOAT,
pub B: FLOAT,
pub A: FLOAT,
}
Fields§
§R: FLOAT
§G: FLOAT
§B: FLOAT
§A: FLOAT
Trait Implementations§
Source§impl Clone for DXVAHD_COLOR_RGBA
impl Clone for DXVAHD_COLOR_RGBA
Source§fn clone(&self) -> DXVAHD_COLOR_RGBA
fn clone(&self) -> DXVAHD_COLOR_RGBA
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_RGBA
impl Default for DXVAHD_COLOR_RGBA
Source§fn default() -> DXVAHD_COLOR_RGBA
fn default() -> DXVAHD_COLOR_RGBA
Returns the “default value” for a type. Read more
impl Copy for DXVAHD_COLOR_RGBA
Auto Trait Implementations§
impl Freeze for DXVAHD_COLOR_RGBA
impl RefUnwindSafe for DXVAHD_COLOR_RGBA
impl Send for DXVAHD_COLOR_RGBA
impl Sync for DXVAHD_COLOR_RGBA
impl Unpin for DXVAHD_COLOR_RGBA
impl UnwindSafe for DXVAHD_COLOR_RGBA
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