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 Freeze for ACCEL
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)