Enum xcb::xinput::EventForSend[][src]

pub enum EventForSend {
Show 17 variants DeviceValuator(DeviceValuatorEvent), DeviceKeyPress(DeviceKeyPressEvent), DeviceKeyRelease(DeviceKeyReleaseEvent), DeviceButtonPress(DeviceButtonPressEvent), DeviceButtonRelease(DeviceButtonReleaseEvent), DeviceMotionNotify(DeviceMotionNotifyEvent), DeviceFocusIn(DeviceFocusInEvent), DeviceFocusOut(DeviceFocusOutEvent), ProximityIn(ProximityInEvent), ProximityOut(ProximityOutEvent), DeviceStateNotify(DeviceStateNotifyEvent), DeviceMappingNotify(DeviceMappingNotifyEvent), ChangeDeviceNotify(ChangeDeviceNotifyEvent), DeviceKeyStateNotify(DeviceKeyStateNotifyEvent), DeviceButtonStateNotify(DeviceButtonStateNotifyEvent), DevicePresenceNotify(DevicePresenceNotifyEvent), DevicePropertyNotify(DevicePropertyNotifyEvent),
}

Variants

DeviceValuator(DeviceValuatorEvent)

Tuple Fields

DeviceKeyPress(DeviceKeyPressEvent)

Tuple Fields

DeviceKeyRelease(DeviceKeyReleaseEvent)

Tuple Fields

DeviceButtonPress(DeviceButtonPressEvent)

Tuple Fields

DeviceButtonRelease(DeviceButtonReleaseEvent)

Tuple Fields

DeviceMotionNotify(DeviceMotionNotifyEvent)

Tuple Fields

DeviceFocusIn(DeviceFocusInEvent)

Tuple Fields

DeviceFocusOut(DeviceFocusOutEvent)

Tuple Fields

ProximityIn(ProximityInEvent)

Tuple Fields

ProximityOut(ProximityOutEvent)

Tuple Fields

DeviceStateNotify(DeviceStateNotifyEvent)

Tuple Fields

DeviceMappingNotify(DeviceMappingNotifyEvent)

Tuple Fields

ChangeDeviceNotify(ChangeDeviceNotifyEvent)

Tuple Fields

DeviceKeyStateNotify(DeviceKeyStateNotifyEvent)

DeviceButtonStateNotify(DeviceButtonStateNotifyEvent)

DevicePresenceNotify(DevicePresenceNotifyEvent)

DevicePropertyNotify(DevicePropertyNotifyEvent)

Trait Implementations

Formats the value using the given formatter. Read more

type to external context necessary to compute the length

Compute the length of serialized data of an instance starting by ptr. Read more

Compute the length of wired serialized data of self

Serialize self over the X wire and returns how many bytes were written. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.