Struct windows_sys::Win32::Media::Multimedia::MCI_LOAD_PARMSA
[−]Expand description
Required features: ‘Win32_Media_Multimedia’
Fields
dwCallback: usize
lpfilename: PCSTR
Trait Implementations
impl Clone for MCI_LOAD_PARMSA
impl Clone for MCI_LOAD_PARMSA
impl Copy for MCI_LOAD_PARMSA
Auto Trait Implementations
impl RefUnwindSafe for MCI_LOAD_PARMSA
impl !Send for MCI_LOAD_PARMSA
impl !Sync for MCI_LOAD_PARMSA
impl Unpin for MCI_LOAD_PARMSA
impl UnwindSafe for MCI_LOAD_PARMSA
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