Struct windows_sys::Win32::UI::WindowsAndMessaging::MENUTEMPLATEEX
#[repr(C)]pub struct MENUTEMPLATEEX {
pub Anonymous: MENUTEMPLATEEX_0,
}
Fields§
§Anonymous: MENUTEMPLATEEX_0
Trait Implementations§
§impl Clone for MENUTEMPLATEEX
impl Clone for MENUTEMPLATEEX
impl Copy for MENUTEMPLATEEX
Auto Trait Implementations§
impl RefUnwindSafe for MENUTEMPLATEEX
impl Send for MENUTEMPLATEEX
impl Sync for MENUTEMPLATEEX
impl Unpin for MENUTEMPLATEEX
impl UnwindSafe for MENUTEMPLATEEX
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