Struct DXVA_ProcAmpControlBlt
#[repr(C)]pub struct DXVA_ProcAmpControlBlt {
pub Size: u32,
pub DstRect: RECT,
pub SrcRect: RECT,
pub Alpha: f32,
pub Brightness: f32,
pub Contrast: f32,
pub Hue: f32,
pub Saturation: f32,
}
Fields§
§Size: u32
§DstRect: RECT
§SrcRect: RECT
§Alpha: f32
§Brightness: f32
§Contrast: f32
§Hue: f32
§Saturation: f32
Trait Implementations§
§impl Clone for DXVA_ProcAmpControlBlt
impl Clone for DXVA_ProcAmpControlBlt
§fn clone(&self) -> DXVA_ProcAmpControlBlt
fn clone(&self) -> DXVA_ProcAmpControlBlt
Returns a copy 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 more§impl Debug for DXVA_ProcAmpControlBlt
impl Debug for DXVA_ProcAmpControlBlt
§impl Default for DXVA_ProcAmpControlBlt
impl Default for DXVA_ProcAmpControlBlt
§impl PartialEq for DXVA_ProcAmpControlBlt
impl PartialEq for DXVA_ProcAmpControlBlt
impl Copy for DXVA_ProcAmpControlBlt
impl StructuralPartialEq for DXVA_ProcAmpControlBlt
Auto Trait Implementations§
impl Freeze for DXVA_ProcAmpControlBlt
impl RefUnwindSafe for DXVA_ProcAmpControlBlt
impl Send for DXVA_ProcAmpControlBlt
impl Sync for DXVA_ProcAmpControlBlt
impl Unpin for DXVA_ProcAmpControlBlt
impl UnwindSafe for DXVA_ProcAmpControlBlt
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