Struct 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 moreimpl Copy 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