Struct windows_sys::Win32::System::Mmc::MENUBUTTONDATA
[−]Expand description
Required features: "Win32_System_Mmc"
Fields
idCommand: i32
x: i32
y: i32
Trait Implementations
impl Clone for MENUBUTTONDATA
impl Clone for MENUBUTTONDATA
impl Copy for MENUBUTTONDATA
Auto Trait Implementations
impl RefUnwindSafe for MENUBUTTONDATA
impl Send for MENUBUTTONDATA
impl Sync for MENUBUTTONDATA
impl Unpin for MENUBUTTONDATA
impl UnwindSafe for MENUBUTTONDATA
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