Struct windows_sys::Win32::UI::WindowsAndMessaging::ACCEL
[−]#[repr(C)]pub struct ACCEL {
pub fVirt: ACCEL_VIRT_FLAGS,
pub key: u16,
pub cmd: u16,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
fVirt: ACCEL_VIRT_FLAGSkey: u16cmd: u16Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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