Struct windows_sys::Win32::UI::Shell::AASHELLMENUITEM
[−]#[repr(C)]pub struct AASHELLMENUITEM {
pub lpReserved1: *mut c_void,
pub iReserved: i32,
pub uiReserved: u32,
pub lpName: *mut AASHELLMENUFILENAME,
pub psz: PWSTR,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
lpReserved1: *mut c_void
iReserved: i32
uiReserved: u32
lpName: *mut AASHELLMENUFILENAME
psz: PWSTR
Trait Implementations
impl Clone for AASHELLMENUITEM
impl Clone for AASHELLMENUITEM
impl Copy for AASHELLMENUITEM
Auto Trait Implementations
impl RefUnwindSafe for AASHELLMENUITEM
impl !Send for AASHELLMENUITEM
impl !Sync for AASHELLMENUITEM
impl Unpin for AASHELLMENUITEM
impl UnwindSafe for AASHELLMENUITEM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more