Struct windows_sys::Win32::Media::Audio::DirectMusic::MDEVICECAPSEX
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
pCaps: *mut c_void
Trait Implementations
impl Clone for MDEVICECAPSEX
impl Clone for MDEVICECAPSEX
impl Copy for MDEVICECAPSEX
Auto Trait Implementations
impl RefUnwindSafe for MDEVICECAPSEX
impl !Send for MDEVICECAPSEX
impl !Sync for MDEVICECAPSEX
impl Unpin for MDEVICECAPSEX
impl UnwindSafe for MDEVICECAPSEX
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