Struct windows_sys::Win32::Media::Multimedia::MCI_SAVE_PARMSA
[−]Expand description
Required features: "Win32_Media_Multimedia"
Fields
dwCallback: usize
lpfilename: PCSTR
Trait Implementations
impl Clone for MCI_SAVE_PARMSA
impl Clone for MCI_SAVE_PARMSA
impl Copy for MCI_SAVE_PARMSA
Auto Trait Implementations
impl RefUnwindSafe for MCI_SAVE_PARMSA
impl !Send for MCI_SAVE_PARMSA
impl !Sync for MCI_SAVE_PARMSA
impl Unpin for MCI_SAVE_PARMSA
impl UnwindSafe for MCI_SAVE_PARMSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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