[−][src]Struct x11_dl::xinput::XInput
Fields
XAllowDeviceEvents: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_ulong) -> c_intXChangeDeviceControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: *mut XDeviceControl) -> c_intXChangeDeviceDontPropagateList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: c_int, _: *mut c_ulong, _: c_int) -> c_intXChangeDeviceKeyMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_int, _: *mut c_ulong, _: c_int) -> c_intXChangeDeviceProperty: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_ulong, _: c_int, _: c_int, _: *const c_uchar, _: c_int)XChangeFeedbackControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: *mut XFeedbackControl) -> c_intXChangeKeyboardDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> c_intXChangePointerDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_int) -> c_intXCloseDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> c_intXDeleteDeviceProperty: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong)XDeviceBell: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_ulong, _: c_int) -> c_intXFreeDeviceControl: unsafe extern "C" fn(_: *mut XDeviceControl)XFreeDeviceList: unsafe extern "C" fn(_: *mut XDeviceInfo)XFreeDeviceMotionEvents: unsafe extern "C" fn(_: *mut XDeviceTimeCoord)XFreeDeviceState: unsafe extern "C" fn(_: *mut XDeviceState)XFreeFeedbackList: unsafe extern "C" fn(_: *mut XFeedbackState)XGetDeviceButtonMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_uchar, _: c_uint) -> c_intXGetDeviceControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int) -> *mut XDeviceControlXGetDeviceDontPropagateList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_int) -> *mut c_ulongXGetDeviceFocus: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_ulong, _: *mut c_int, _: *mut c_ulong) -> c_intXGetDeviceKeyMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uchar, _: c_int, _: *mut c_int) -> *mut c_ulongXGetDeviceModifierMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> *mut XModifierKeymapXGetDeviceMotionEvents: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_ulong, _: *mut c_int, _: *mut c_int, _: *mut c_int) -> *mut XDeviceTimeCoordXGetDeviceProperty: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_long, _: c_long, _: c_int, _: c_ulong, _: *mut c_ulong, _: *mut c_int, _: *mut c_ulong, _: *mut c_ulong, _: *mut *mut c_uchar) -> c_intXGetExtensionVersion: unsafe extern "C" fn(_: *mut Display, _: *const c_char) -> *mut XExtensionVersionXGetFeedbackControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int) -> *mut XFeedbackStateXGetSelectedExtensionEvents: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_int, _: *mut *mut c_ulong, _: *mut c_int, _: *mut *mut c_ulong) -> c_intXGrabDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_int, _: *mut c_ulong, _: c_int, _: c_int, _: c_ulong) -> c_intXGrabDeviceButton: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong, _: c_int, _: c_uint, _: *mut c_ulong, _: c_int, _: c_int) -> c_intXGrabDeviceKey: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong, _: c_int, _: c_uint, _: *mut c_ulong, _: c_int, _: c_int) -> c_intXListDeviceProperties: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int) -> *mut c_ulongXListInputDevices: unsafe extern "C" fn(_: *mut Display, _: *mut c_int) -> *mut XDeviceInfoXOpenDevice: unsafe extern "C" fn(_: *mut Display, _: c_ulong) -> *mut XDeviceXQueryDeviceState: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> *mut XDeviceStateXSelectExtensionEvent: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: c_int) -> c_intXSendExtensionEvent: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_int, _: *mut c_ulong, _: *mut XEvent) -> c_intXSetDeviceButtonMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_uchar, _: c_int) -> c_intXSetDeviceFocus: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_ulong) -> c_intXSetDeviceMode: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int) -> c_intXSetDeviceModifierMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut XModifierKeymap) -> c_intXSetDeviceValuators: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int, _: c_int, _: c_int) -> c_intXUngrabDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong) -> c_intXUngrabDeviceButton: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong) -> c_intXUngrabDeviceKey: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong) -> c_intMethods
impl XInput[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,