Struct windows_sys::Win32::Media::Audio::DirectSound::DSCFXAec
[−]Expand description
Required features: "Win32_Media_Audio_DirectSound"
, "Win32_Foundation"
Fields
fEnable: BOOL
fNoiseFill: BOOL
dwMode: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DSCFXAec
impl Send for DSCFXAec
impl Sync for DSCFXAec
impl Unpin for DSCFXAec
impl UnwindSafe for DSCFXAec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more