Struct windows_sys::Win32::Media::Audio::DirectSound::DSEFFECTDESC
[−]#[repr(C)]pub struct DSEFFECTDESC {
pub dwSize: u32,
pub dwFlags: u32,
pub guidDSFXClass: GUID,
pub dwReserved1: usize,
pub dwReserved2: usize,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
dwSize: u32
dwFlags: u32
guidDSFXClass: GUID
dwReserved1: usize
dwReserved2: usize
Trait Implementations
impl Clone for DSEFFECTDESC
impl Clone for DSEFFECTDESC
impl Copy for DSEFFECTDESC
Auto Trait Implementations
impl RefUnwindSafe for DSEFFECTDESC
impl Send for DSEFFECTDESC
impl Sync for DSEFFECTDESC
impl Unpin for DSEFFECTDESC
impl UnwindSafe for DSEFFECTDESC
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