Struct windows_sys::Win32::Media::Audio::DirectSound::DSCFXNoiseSuppress
[−]#[repr(C)]pub struct DSCFXNoiseSuppress {
pub fEnable: BOOL,
}
Expand description
Required features: ‘Win32_Media_Audio_DirectSound’, ‘Win32_Foundation’
Fields
fEnable: BOOL
Trait Implementations
impl Clone for DSCFXNoiseSuppress
impl Clone for DSCFXNoiseSuppress
impl Copy for DSCFXNoiseSuppress
Auto Trait Implementations
impl RefUnwindSafe for DSCFXNoiseSuppress
impl Send for DSCFXNoiseSuppress
impl Sync for DSCFXNoiseSuppress
impl Unpin for DSCFXNoiseSuppress
impl UnwindSafe for DSCFXNoiseSuppress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more