#[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 Freeze for tagACCEL
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