Struct MCI_LOAD_PARMSA
#[repr(C, packed(1))]pub struct MCI_LOAD_PARMSA {
pub dwCallback: usize,
pub lpfilename: PCSTR,
}
Fields§
§dwCallback: usize
§lpfilename: PCSTR
Trait Implementations§
§impl Clone for MCI_LOAD_PARMSA
impl Clone for MCI_LOAD_PARMSA
§fn clone(&self) -> MCI_LOAD_PARMSA
fn clone(&self) -> MCI_LOAD_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 moreimpl Copy for MCI_LOAD_PARMSA
Auto Trait Implementations§
impl Freeze for MCI_LOAD_PARMSA
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§
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