Struct windows_sys::Win32::Media::Multimedia::MCI_WAVE_OPEN_PARMSW
[−]#[repr(C, packed(1))]pub struct MCI_WAVE_OPEN_PARMSW {
pub dwCallback: usize,
pub wDeviceID: u32,
pub lpstrDeviceType: PCWSTR,
pub lpstrElementName: PCWSTR,
pub lpstrAlias: PCWSTR,
pub dwBufferSeconds: u32,
}
Expand description
Required features: ‘Win32_Media_Multimedia’
Fields
dwCallback: usize
wDeviceID: u32
lpstrDeviceType: PCWSTR
lpstrElementName: PCWSTR
lpstrAlias: PCWSTR
dwBufferSeconds: u32
Trait Implementations
impl Clone for MCI_WAVE_OPEN_PARMSW
impl Clone for MCI_WAVE_OPEN_PARMSW
impl Copy for MCI_WAVE_OPEN_PARMSW
Auto Trait Implementations
impl RefUnwindSafe for MCI_WAVE_OPEN_PARMSW
impl !Send for MCI_WAVE_OPEN_PARMSW
impl !Sync for MCI_WAVE_OPEN_PARMSW
impl Unpin for MCI_WAVE_OPEN_PARMSW
impl UnwindSafe for MCI_WAVE_OPEN_PARMSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more