#[repr(C, packed(1))]pub struct tagMCI_OVLY_OPEN_PARMSA {
pub dwCallback: DWORD_PTR,
pub wDeviceID: MCIDEVICEID,
pub lpstrDeviceType: LPCSTR,
pub lpstrElementName: LPCSTR,
pub lpstrAlias: LPCSTR,
pub dwStyle: DWORD,
pub hWndParent: HWND,
}
Fields§
§dwCallback: DWORD_PTR
§wDeviceID: MCIDEVICEID
§lpstrDeviceType: LPCSTR
§lpstrElementName: LPCSTR
§lpstrAlias: LPCSTR
§dwStyle: DWORD
§hWndParent: HWND
Trait Implementations§
Source§impl Clone for tagMCI_OVLY_OPEN_PARMSA
impl Clone for tagMCI_OVLY_OPEN_PARMSA
Source§fn clone(&self) -> tagMCI_OVLY_OPEN_PARMSA
fn clone(&self) -> tagMCI_OVLY_OPEN_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_OVLY_OPEN_PARMSA
impl Debug for tagMCI_OVLY_OPEN_PARMSA
Source§impl Ord for tagMCI_OVLY_OPEN_PARMSA
impl Ord for tagMCI_OVLY_OPEN_PARMSA
Source§fn cmp(&self, other: &tagMCI_OVLY_OPEN_PARMSA) -> Ordering
fn cmp(&self, other: &tagMCI_OVLY_OPEN_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_OVLY_OPEN_PARMSA
impl PartialEq for tagMCI_OVLY_OPEN_PARMSA
Source§impl PartialOrd for tagMCI_OVLY_OPEN_PARMSA
impl PartialOrd for tagMCI_OVLY_OPEN_PARMSA
impl Copy for tagMCI_OVLY_OPEN_PARMSA
impl Eq for tagMCI_OVLY_OPEN_PARMSA
impl StructuralPartialEq for tagMCI_OVLY_OPEN_PARMSA
Auto Trait Implementations§
impl Freeze for tagMCI_OVLY_OPEN_PARMSA
impl RefUnwindSafe for tagMCI_OVLY_OPEN_PARMSA
impl !Send for tagMCI_OVLY_OPEN_PARMSA
impl !Sync for tagMCI_OVLY_OPEN_PARMSA
impl Unpin for tagMCI_OVLY_OPEN_PARMSA
impl UnwindSafe for tagMCI_OVLY_OPEN_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