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,
}Fields§
§lpReserved1: *mut c_void§iReserved: i32§uiReserved: u32§lpName: *mut AASHELLMENUFILENAME§psz: PWSTRTrait 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§
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