#[repr(C, packed(1))]pub struct tagMCI_STATUS_PARMS {
pub dwCallback: DWORD_PTR,
pub dwReturn: DWORD_PTR,
pub dwItem: DWORD,
pub dwTrack: DWORD,
}Fields§
§dwCallback: DWORD_PTR§dwReturn: DWORD_PTR§dwItem: DWORD§dwTrack: DWORDTrait Implementations§
Source§impl Clone for tagMCI_STATUS_PARMS
impl Clone for tagMCI_STATUS_PARMS
Source§fn clone(&self) -> tagMCI_STATUS_PARMS
fn clone(&self) -> tagMCI_STATUS_PARMS
Returns a duplicate 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_STATUS_PARMS
impl Debug for tagMCI_STATUS_PARMS
impl Copy for tagMCI_STATUS_PARMS
Auto Trait Implementations§
impl Freeze for tagMCI_STATUS_PARMS
impl RefUnwindSafe for tagMCI_STATUS_PARMS
impl Send for tagMCI_STATUS_PARMS
impl Sync for tagMCI_STATUS_PARMS
impl Unpin for tagMCI_STATUS_PARMS
impl UnwindSafe for tagMCI_STATUS_PARMS
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