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: u32dwFlags: u32guidDSFXClass: GUIDdwReserved1: usizedwReserved2: usizeTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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