Struct windows_sys::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
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§
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