[−][src]Struct x11_dl::xinput::XInput
Fields
XAllowDeviceEvents: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_ulong) -> c_int
XChangeDeviceControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: *mut XDeviceControl) -> c_int
XChangeDeviceDontPropagateList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: c_int, _: *mut c_ulong, _: c_int) -> c_int
XChangeDeviceKeyMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_int, _: *mut c_ulong, _: c_int) -> c_int
XChangeDeviceProperty: 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_int
XChangeKeyboardDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> c_int
XChangePointerDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int, _: c_int) -> c_int
XCloseDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> c_int
XDeleteDeviceProperty: 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_int
XFreeDeviceControl: 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_int
XGetDeviceControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int) -> *mut XDeviceControl
XGetDeviceDontPropagateList: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_int) -> *mut c_ulong
XGetDeviceFocus: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_ulong, _: *mut c_int, _: *mut c_ulong) -> c_int
XGetDeviceKeyMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uchar, _: c_int, _: *mut c_int) -> *mut c_ulong
XGetDeviceModifierMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> *mut XModifierKeymap
XGetDeviceMotionEvents: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_ulong, _: *mut c_int, _: *mut c_int, _: *mut c_int) -> *mut XDeviceTimeCoord
XGetDeviceProperty: 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_int
XGetExtensionVersion: unsafe extern "C" fn(_: *mut Display, _: *const c_char) -> *mut XExtensionVersion
XGetFeedbackControl: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int) -> *mut XFeedbackState
XGetSelectedExtensionEvents: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_int, _: *mut *mut c_ulong, _: *mut c_int, _: *mut *mut c_ulong) -> c_int
XGrabDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_int, _: *mut c_ulong, _: c_int, _: c_int, _: c_ulong) -> c_int
XGrabDeviceButton: 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_int
XGrabDeviceKey: 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_int
XListDeviceProperties: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int) -> *mut c_ulong
XListInputDevices: unsafe extern "C" fn(_: *mut Display, _: *mut c_int) -> *mut XDeviceInfo
XOpenDevice: unsafe extern "C" fn(_: *mut Display, _: c_ulong) -> *mut XDevice
XQueryDeviceState: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice) -> *mut XDeviceState
XSelectExtensionEvent: unsafe extern "C" fn(_: *mut Display, _: c_ulong, _: *mut c_ulong, _: c_int) -> c_int
XSendExtensionEvent: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_int, _: *mut c_ulong, _: *mut XEvent) -> c_int
XSetDeviceButtonMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_uchar, _: c_int) -> c_int
XSetDeviceFocus: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong, _: c_int, _: c_ulong) -> c_int
XSetDeviceMode: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_int) -> c_int
XSetDeviceModifierMapping: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut XModifierKeymap) -> c_int
XSetDeviceValuators: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: *mut c_int, _: c_int, _: c_int) -> c_int
XUngrabDevice: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_ulong) -> c_int
XUngrabDeviceButton: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong) -> c_int
XUngrabDeviceKey: unsafe extern "C" fn(_: *mut Display, _: *mut XDevice, _: c_uint, _: c_uint, _: *mut XDevice, _: c_ulong) -> c_int
Implementations
impl XInput
[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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>,