Struct windows_sys::Win32::UI::Shell::AASHELLMENUFILENAME
[−]#[repr(C)]pub struct AASHELLMENUFILENAME {
pub cbTotal: i16,
pub rgbReserved: [u8; 12],
pub szFileName: [u16; 1],
}
Expand description
Required features: "Win32_UI_Shell"
Fields
cbTotal: i16
rgbReserved: [u8; 12]
szFileName: [u16; 1]
Trait Implementations
impl Clone for AASHELLMENUFILENAME
impl Clone for AASHELLMENUFILENAME
impl Copy for AASHELLMENUFILENAME
Auto Trait Implementations
impl RefUnwindSafe for AASHELLMENUFILENAME
impl Send for AASHELLMENUFILENAME
impl Sync for AASHELLMENUFILENAME
impl Unpin for AASHELLMENUFILENAME
impl UnwindSafe for AASHELLMENUFILENAME
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