#[repr(C)]pub struct tagACCEL {
pub fVirt: BYTE,
pub key: WORD,
pub cmd: WORD,
}
Fields§
§fVirt: BYTE
§key: WORD
§cmd: WORD
Trait Implementations§
Source§impl Ord for tagACCEL
impl Ord for tagACCEL
Source§impl PartialOrd for tagACCEL
impl PartialOrd for tagACCEL
impl Copy for tagACCEL
impl Eq for tagACCEL
impl StructuralPartialEq for tagACCEL
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