Struct DXVA2_NoiseFilterTech
#[repr(transparent)]pub struct DXVA2_NoiseFilterTech(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DXVA2_NoiseFilterTech
impl Clone for DXVA2_NoiseFilterTech
§fn clone(&self) -> DXVA2_NoiseFilterTech
fn clone(&self) -> DXVA2_NoiseFilterTech
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 DXVA2_NoiseFilterTech
impl Debug for DXVA2_NoiseFilterTech
§impl Default for DXVA2_NoiseFilterTech
impl Default for DXVA2_NoiseFilterTech
§fn default() -> DXVA2_NoiseFilterTech
fn default() -> DXVA2_NoiseFilterTech
Returns the “default value” for a type. Read more
§impl PartialEq for DXVA2_NoiseFilterTech
impl PartialEq for DXVA2_NoiseFilterTech
impl Copy for DXVA2_NoiseFilterTech
impl Eq for DXVA2_NoiseFilterTech
impl StructuralPartialEq for DXVA2_NoiseFilterTech
Auto Trait Implementations§
impl Freeze for DXVA2_NoiseFilterTech
impl RefUnwindSafe for DXVA2_NoiseFilterTech
impl Send for DXVA2_NoiseFilterTech
impl Sync for DXVA2_NoiseFilterTech
impl Unpin for DXVA2_NoiseFilterTech
impl UnwindSafe for DXVA2_NoiseFilterTech
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