Struct windows_sys::Win32::Media::Audio::DirectMusic::DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
[−]#[repr(C)]pub struct DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA {
pub DeviceName: PWSTR,
pub DataFlow: DIRECTSOUNDDEVICE_DATAFLOW,
pub DeviceId: GUID,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
DeviceName: PWSTR
DataFlow: DIRECTSOUNDDEVICE_DATAFLOW
DeviceId: GUID
Trait Implementations
impl Copy for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
Auto Trait Implementations
impl RefUnwindSafe for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
impl !Send for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
impl !Sync for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
impl Unpin for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
impl UnwindSafe for DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
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