#[repr(C, packed(1))]pub struct tagMCI_LOAD_PARMSW {
pub dwCallback: DWORD_PTR,
pub lpfilename: LPCWSTR,
}Fields§
§dwCallback: DWORD_PTR§lpfilename: LPCWSTRTrait Implementations§
Source§impl Clone for tagMCI_LOAD_PARMSW
impl Clone for tagMCI_LOAD_PARMSW
Source§fn clone(&self) -> tagMCI_LOAD_PARMSW
fn clone(&self) -> tagMCI_LOAD_PARMSW
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_LOAD_PARMSW
impl Debug for tagMCI_LOAD_PARMSW
impl Copy for tagMCI_LOAD_PARMSW
Auto Trait Implementations§
impl Freeze for tagMCI_LOAD_PARMSW
impl RefUnwindSafe for tagMCI_LOAD_PARMSW
impl !Send for tagMCI_LOAD_PARMSW
impl !Sync for tagMCI_LOAD_PARMSW
impl Unpin for tagMCI_LOAD_PARMSW
impl UnwindSafe for tagMCI_LOAD_PARMSW
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