#[repr(C, packed(1))]pub struct tagMCI_INFO_PARMSA {
pub dwCallback: DWORD_PTR,
pub lpstrReturn: LPSTR,
pub dwRetSize: DWORD,
}Fields§
§dwCallback: DWORD_PTR§lpstrReturn: LPSTR§dwRetSize: DWORDTrait Implementations§
Source§impl Clone for tagMCI_INFO_PARMSA
impl Clone for tagMCI_INFO_PARMSA
Source§fn clone(&self) -> tagMCI_INFO_PARMSA
fn clone(&self) -> tagMCI_INFO_PARMSA
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_INFO_PARMSA
impl Debug for tagMCI_INFO_PARMSA
impl Copy for tagMCI_INFO_PARMSA
Auto Trait Implementations§
impl Freeze for tagMCI_INFO_PARMSA
impl RefUnwindSafe for tagMCI_INFO_PARMSA
impl !Send for tagMCI_INFO_PARMSA
impl !Sync for tagMCI_INFO_PARMSA
impl Unpin for tagMCI_INFO_PARMSA
impl UnwindSafe for tagMCI_INFO_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