#[repr(C)]pub struct _MENU_EVENT_RECORD {
pub dwCommandId: UINT,
}Fields§
§dwCommandId: UINTTrait Implementations§
Source§impl Clone for _MENU_EVENT_RECORD
impl Clone for _MENU_EVENT_RECORD
Source§fn clone(&self) -> _MENU_EVENT_RECORD
fn clone(&self) -> _MENU_EVENT_RECORD
Returns a duplicate 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 _MENU_EVENT_RECORD
impl Debug for _MENU_EVENT_RECORD
impl Copy for _MENU_EVENT_RECORD
Auto Trait Implementations§
impl Freeze for _MENU_EVENT_RECORD
impl RefUnwindSafe for _MENU_EVENT_RECORD
impl Send for _MENU_EVENT_RECORD
impl Sync for _MENU_EVENT_RECORD
impl Unpin for _MENU_EVENT_RECORD
impl UnwindSafe for _MENU_EVENT_RECORD
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