Struct windows_sys::Win32::UI::WindowsAndMessaging::MENUEX_TEMPLATE_ITEM
#[repr(C)]pub struct MENUEX_TEMPLATE_ITEM {
pub dwType: u32,
pub dwState: u32,
pub uId: u32,
pub wFlags: u16,
pub szText: [u16; 1],
}
Fields§
§dwType: u32
§dwState: u32
§uId: u32
§wFlags: u16
§szText: [u16; 1]
Trait Implementations§
§impl Clone for MENUEX_TEMPLATE_ITEM
impl Clone for MENUEX_TEMPLATE_ITEM
impl Copy for MENUEX_TEMPLATE_ITEM
Auto Trait Implementations§
impl RefUnwindSafe for MENUEX_TEMPLATE_ITEM
impl Send for MENUEX_TEMPLATE_ITEM
impl Sync for MENUEX_TEMPLATE_ITEM
impl Unpin for MENUEX_TEMPLATE_ITEM
impl UnwindSafe for MENUEX_TEMPLATE_ITEM
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