Struct DXVA2_FilterValues
#[repr(C)]pub struct DXVA2_FilterValues {
pub Level: DXVA2_Fixed32,
pub Threshold: DXVA2_Fixed32,
pub Radius: DXVA2_Fixed32,
}
Fields§
§Level: DXVA2_Fixed32
§Threshold: DXVA2_Fixed32
§Radius: DXVA2_Fixed32
Trait Implementations§
§impl Clone for DXVA2_FilterValues
impl Clone for DXVA2_FilterValues
§fn clone(&self) -> DXVA2_FilterValues
fn clone(&self) -> DXVA2_FilterValues
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 Default for DXVA2_FilterValues
impl Default for DXVA2_FilterValues
impl Copy for DXVA2_FilterValues
Auto Trait Implementations§
impl Freeze for DXVA2_FilterValues
impl RefUnwindSafe for DXVA2_FilterValues
impl Send for DXVA2_FilterValues
impl Sync for DXVA2_FilterValues
impl Unpin for DXVA2_FilterValues
impl UnwindSafe for DXVA2_FilterValues
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