Struct windows_sys::Win32::UI::WindowsAndMessaging::MENUITEMTEMPLATE
[−]Expand description
Required features: ‘Win32_UI_WindowsAndMessaging’
Fields
mtOption: u16
mtID: u16
mtString: [u16; 1]
Trait Implementations
impl Clone for MENUITEMTEMPLATE
impl Clone for MENUITEMTEMPLATE
impl Copy for MENUITEMTEMPLATE
Auto Trait Implementations
impl RefUnwindSafe for MENUITEMTEMPLATE
impl Send for MENUITEMTEMPLATE
impl Sync for MENUITEMTEMPLATE
impl Unpin for MENUITEMTEMPLATE
impl UnwindSafe for MENUITEMTEMPLATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more