Struct windows_sys::Win32::Media::Multimedia::MCI_STATUS_PARMS
[−]#[repr(C, packed(1))]pub struct MCI_STATUS_PARMS {
pub dwCallback: usize,
pub dwReturn: usize,
pub dwItem: u32,
pub dwTrack: u32,
}
Expand description
Required features: "Win32_Media_Multimedia"
Fields
dwCallback: usize
dwReturn: usize
dwItem: u32
dwTrack: u32
Trait Implementations
impl Clone for MCI_STATUS_PARMS
impl Clone for MCI_STATUS_PARMS
impl Copy for MCI_STATUS_PARMS
Auto Trait Implementations
impl RefUnwindSafe for MCI_STATUS_PARMS
impl Send for MCI_STATUS_PARMS
impl Sync for MCI_STATUS_PARMS
impl Unpin for MCI_STATUS_PARMS
impl UnwindSafe for MCI_STATUS_PARMS
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