#[repr(C)]pub struct MENUITEMTEMPLATEHEADER {
pub versionNumber: WORD,
pub offset: WORD,
}
Fields§
§versionNumber: WORD
§offset: WORD
Trait Implementations§
Source§impl Clone for MENUITEMTEMPLATEHEADER
impl Clone for MENUITEMTEMPLATEHEADER
Source§fn clone(&self) -> MENUITEMTEMPLATEHEADER
fn clone(&self) -> MENUITEMTEMPLATEHEADER
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 MENUITEMTEMPLATEHEADER
impl Debug for MENUITEMTEMPLATEHEADER
Source§impl Ord for MENUITEMTEMPLATEHEADER
impl Ord for MENUITEMTEMPLATEHEADER
Source§fn cmp(&self, other: &MENUITEMTEMPLATEHEADER) -> Ordering
fn cmp(&self, other: &MENUITEMTEMPLATEHEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MENUITEMTEMPLATEHEADER
impl PartialEq for MENUITEMTEMPLATEHEADER
Source§impl PartialOrd for MENUITEMTEMPLATEHEADER
impl PartialOrd for MENUITEMTEMPLATEHEADER
impl Copy for MENUITEMTEMPLATEHEADER
impl Eq for MENUITEMTEMPLATEHEADER
impl StructuralPartialEq for MENUITEMTEMPLATEHEADER
Auto Trait Implementations§
impl Freeze for MENUITEMTEMPLATEHEADER
impl RefUnwindSafe for MENUITEMTEMPLATEHEADER
impl Send for MENUITEMTEMPLATEHEADER
impl Sync for MENUITEMTEMPLATEHEADER
impl Unpin for MENUITEMTEMPLATEHEADER
impl UnwindSafe for MENUITEMTEMPLATEHEADER
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