Struct windows::Win32::UI::Shell::AASHELLMENUFILENAME
#[repr(C)]pub struct AASHELLMENUFILENAME {
pub cbTotal: i16,
pub rgbReserved: [u8; 12],
pub szFileName: [u16; 1],
}
Fields§
§cbTotal: i16
§rgbReserved: [u8; 12]
§szFileName: [u16; 1]
Trait Implementations§
§impl Clone for AASHELLMENUFILENAME
impl Clone for AASHELLMENUFILENAME
§fn clone(&self) -> AASHELLMENUFILENAME
fn clone(&self) -> AASHELLMENUFILENAME
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 AASHELLMENUFILENAME
impl Debug for AASHELLMENUFILENAME
§impl Default for AASHELLMENUFILENAME
impl Default for AASHELLMENUFILENAME
§impl PartialEq for AASHELLMENUFILENAME
impl PartialEq for AASHELLMENUFILENAME
§fn eq(&self, other: &AASHELLMENUFILENAME) -> bool
fn eq(&self, other: &AASHELLMENUFILENAME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AASHELLMENUFILENAME
impl Eq for AASHELLMENUFILENAME
impl StructuralPartialEq for AASHELLMENUFILENAME
Auto Trait Implementations§
impl Freeze for AASHELLMENUFILENAME
impl RefUnwindSafe for AASHELLMENUFILENAME
impl Send for AASHELLMENUFILENAME
impl Sync for AASHELLMENUFILENAME
impl Unpin for AASHELLMENUFILENAME
impl UnwindSafe for AASHELLMENUFILENAME
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
)