Struct windows::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 more§impl Debug for AASHELLMENUITEM
impl Debug for AASHELLMENUITEM
§impl Default for AASHELLMENUITEM
impl Default for AASHELLMENUITEM
§impl PartialEq for AASHELLMENUITEM
impl PartialEq for AASHELLMENUITEM
§fn eq(&self, other: &AASHELLMENUITEM) -> bool
fn eq(&self, other: &AASHELLMENUITEM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AASHELLMENUITEM
impl Eq for AASHELLMENUITEM
impl StructuralPartialEq 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
)