#[repr(C)]pub struct tagACCEL {
pub fVirt: BYTE,
pub key: WORD,
pub cmd: WORD,
}Fields§
§fVirt: BYTE§key: WORD§cmd: WORDTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagACCEL
impl Send for tagACCEL
impl Sync for tagACCEL
impl Unpin for tagACCEL
impl UnwindSafe for tagACCEL
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