#[repr(C, packed(1))]pub struct tagMCI_SAVE_PARMSA {
pub dwCallback: DWORD_PTR,
pub lpfilename: LPCSTR,
}
Fields§
§dwCallback: DWORD_PTR
§lpfilename: LPCSTR
Trait Implementations§
Source§impl Clone for tagMCI_SAVE_PARMSA
impl Clone for tagMCI_SAVE_PARMSA
Source§fn clone(&self) -> tagMCI_SAVE_PARMSA
fn clone(&self) -> tagMCI_SAVE_PARMSA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagMCI_SAVE_PARMSA
impl Debug for tagMCI_SAVE_PARMSA
Source§impl Ord for tagMCI_SAVE_PARMSA
impl Ord for tagMCI_SAVE_PARMSA
Source§fn cmp(&self, other: &tagMCI_SAVE_PARMSA) -> Ordering
fn cmp(&self, other: &tagMCI_SAVE_PARMSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMCI_SAVE_PARMSA
impl PartialEq for tagMCI_SAVE_PARMSA
Source§impl PartialOrd for tagMCI_SAVE_PARMSA
impl PartialOrd for tagMCI_SAVE_PARMSA
impl Copy for tagMCI_SAVE_PARMSA
impl Eq for tagMCI_SAVE_PARMSA
impl StructuralPartialEq for tagMCI_SAVE_PARMSA
Auto Trait Implementations§
impl Freeze for tagMCI_SAVE_PARMSA
impl RefUnwindSafe for tagMCI_SAVE_PARMSA
impl !Send for tagMCI_SAVE_PARMSA
impl !Sync for tagMCI_SAVE_PARMSA
impl Unpin for tagMCI_SAVE_PARMSA
impl UnwindSafe for tagMCI_SAVE_PARMSA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more