Struct windows_sys::Win32::UI::Shell::DFMICS
#[repr(C)]pub struct DFMICS {
pub cbSize: u32,
pub fMask: u32,
pub lParam: LPARAM,
pub idCmdFirst: u32,
pub idDefMax: u32,
pub pici: *mut CMINVOKECOMMANDINFO,
pub punkSite: *mut c_void,
}
Fields§
§cbSize: u32
§fMask: u32
§lParam: LPARAM
§idCmdFirst: u32
§idDefMax: u32
§pici: *mut CMINVOKECOMMANDINFO
§punkSite: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DFMICS
impl RefUnwindSafe for DFMICS
impl !Send for DFMICS
impl !Sync for DFMICS
impl Unpin for DFMICS
impl UnwindSafe for DFMICS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)