Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
versionNumber: u16
offset: u16
Trait Implementations
impl Clone for MENUITEMTEMPLATEHEADER
impl Clone for MENUITEMTEMPLATEHEADER
impl Copy for MENUITEMTEMPLATEHEADER
Auto Trait Implementations
impl RefUnwindSafe for MENUITEMTEMPLATEHEADER
impl Send for MENUITEMTEMPLATEHEADER
impl Sync for MENUITEMTEMPLATEHEADER
impl Unpin for MENUITEMTEMPLATEHEADER
impl UnwindSafe for MENUITEMTEMPLATEHEADER
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