Struct windows_sys::Win32::System::Mmc::MENUBUTTONDATA
[−]Expand description
Required features: ‘Win32_System_Mmc’
Fields
idCommand: i32x: i32y: i32Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more