Trait input::AsRaw
[−]
[src]
pub trait AsRaw<T> {
fn as_raw(&self) -> *const T;
}Trait for types that allow to optain the underlying raw libinput pointer.
Required Methods
Implementors
impl AsRaw<libinput> for Libinputimpl AsRaw<libinput_device_group> for DeviceGroupimpl AsRaw<libinput_device> for Deviceimpl AsRaw<libinput_event_device_notify> for DeviceEventimpl AsRaw<libinput_event_device_notify> for DeviceAddedEventimpl AsRaw<libinput_event_device_notify> for DeviceRemovedEventimpl AsRaw<libinput_event_gesture> for GestureEventimpl AsRaw<libinput_event_gesture> for GestureSwipeEventimpl AsRaw<libinput_event_gesture> for GesturePinchEventimpl AsRaw<libinput_event_gesture> for GestureSwipeBeginEventimpl AsRaw<libinput_event_gesture> for GestureSwipeUpdateEventimpl AsRaw<libinput_event_gesture> for GestureSwipeEndEventimpl AsRaw<libinput_event_gesture> for GesturePinchBeginEventimpl AsRaw<libinput_event_gesture> for GesturePinchUpdateEventimpl AsRaw<libinput_event_gesture> for GesturePinchEndEventimpl AsRaw<libinput_event_keyboard> for KeyboardEventimpl AsRaw<libinput_event_keyboard> for KeyboardKeyEventimpl AsRaw<libinput_event_pointer> for PointerEventimpl AsRaw<libinput_event_pointer> for PointerMotionEventimpl AsRaw<libinput_event_pointer> for PointerMotionAbsoluteEventimpl AsRaw<libinput_event_pointer> for PointerButtonEventimpl AsRaw<libinput_event_pointer> for PointerAxisEventimpl AsRaw<libinput_event_switch> for SwitchEventimpl AsRaw<libinput_event_switch> for SwitchToggleEventimpl AsRaw<libinput_tablet_tool> for TabletToolimpl AsRaw<libinput_event_tablet_tool> for TabletToolEventimpl AsRaw<libinput_event_tablet_tool> for TabletToolAxisEventimpl AsRaw<libinput_event_tablet_tool> for TabletToolProximityEventimpl AsRaw<libinput_event_tablet_tool> for TabletToolTipEventimpl AsRaw<libinput_event_tablet_tool> for TabletToolButtonEventimpl AsRaw<libinput_tablet_pad_mode_group> for TabletPadModeGroupimpl AsRaw<libinput_event_tablet_pad> for TabletPadEventimpl AsRaw<libinput_event_tablet_pad> for TabletPadButtonEventimpl AsRaw<libinput_event_tablet_pad> for TabletPadRingEventimpl AsRaw<libinput_event_tablet_pad> for TabletPadStripEventimpl AsRaw<libinput_event_touch> for TouchEventimpl AsRaw<libinput_event_touch> for TouchDownEventimpl AsRaw<libinput_event_touch> for TouchUpEventimpl AsRaw<libinput_event_touch> for TouchMotionEventimpl AsRaw<libinput_event_touch> for TouchCancelEventimpl AsRaw<libinput_event_touch> for TouchFrameEventimpl AsRaw<libinput_event> for Eventimpl AsRaw<libinput_seat> for Seat