#[repr(C, packed(2))]pub struct gpKeyInput {
pub MethodID: ULONG,
pub gpk_GInfo: *mut GadgetInfo,
pub gpk_IEvent: *mut InputEvent,
pub gpk_Termination: *mut LONG,
}Fields§
§MethodID: ULONG§gpk_GInfo: *mut GadgetInfo§gpk_IEvent: *mut InputEvent§gpk_Termination: *mut LONGTrait Implementations§
Source§impl Clone for gpKeyInput
impl Clone for gpKeyInput
Source§fn clone(&self) -> gpKeyInput
fn clone(&self) -> gpKeyInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for gpKeyInput
impl Debug for gpKeyInput
impl Copy for gpKeyInput
Auto Trait Implementations§
impl Freeze for gpKeyInput
impl RefUnwindSafe for gpKeyInput
impl !Send for gpKeyInput
impl !Sync for gpKeyInput
impl Unpin for gpKeyInput
impl UnwindSafe for gpKeyInput
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