Struct windows_sys::Win32::UI::WindowsAndMessaging::ACCEL
#[repr(C)]pub struct ACCEL {
pub fVirt: ACCEL_VIRT_FLAGS,
pub key: u16,
pub cmd: u16,
}
Fields§
§fVirt: ACCEL_VIRT_FLAGS
§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§
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