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: PWSTR
Trait Implementations§
§impl Clone for AASHELLMENUITEM
impl Clone for AASHELLMENUITEM
§fn clone(&self) -> AASHELLMENUITEM
fn clone(&self) -> AASHELLMENUITEM
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 moreimpl Copy for AASHELLMENUITEM
Auto Trait Implementations§
impl Freeze for AASHELLMENUITEM
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
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
)