#[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§
Source§impl Abi for AASHELLMENUFILENAME
impl Abi for AASHELLMENUFILENAME
Source§type Abi = AASHELLMENUFILENAME
type Abi = AASHELLMENUFILENAME
The abi representation of the implementing type. Read more
type DefaultType = AASHELLMENUFILENAME
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for AASHELLMENUFILENAME
impl Clone for AASHELLMENUFILENAME
Source§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 moreSource§impl Debug for AASHELLMENUFILENAME
impl Debug for AASHELLMENUFILENAME
Source§impl Default for AASHELLMENUFILENAME
impl Default for AASHELLMENUFILENAME
Source§impl PartialEq for AASHELLMENUFILENAME
impl PartialEq for AASHELLMENUFILENAME
impl Copy for AASHELLMENUFILENAME
impl Eq 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