Struct windows_sys::Win32::UI::WindowsAndMessaging::ACCEL
[−]Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
fVirt: u8
key: u16
cmd: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ACCEL
impl Send for ACCEL
impl Sync for ACCEL
impl Unpin for ACCEL
impl UnwindSafe for ACCEL
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