#[repr(C, packed(2))]pub struct gpInput {
pub MethodID: ULONG,
pub gpi_GInfo: *mut GadgetInfo,
pub gpi_IEvent: *mut InputEvent,
pub gpi_Termination: *mut LONG,
pub gpi_Mouse: gpInput__bindgen_ty_1,
pub gpi_TabletData: *mut TabletData,
}Fields§
§MethodID: ULONG§gpi_GInfo: *mut GadgetInfo§gpi_IEvent: *mut InputEvent§gpi_Termination: *mut LONG§gpi_Mouse: gpInput__bindgen_ty_1§gpi_TabletData: *mut TabletDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for gpInput
impl RefUnwindSafe for gpInput
impl !Send for gpInput
impl !Sync for gpInput
impl Unpin for gpInput
impl UnwindSafe for gpInput
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