Struct 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