Struct x11rb::protocol::xinput::EventForSend
source · pub struct EventForSend([u8; 32]);
Tuple Fields§
§0: [u8; 32]
Implementations§
source§impl EventForSend
impl EventForSend
pub fn as_device_valuator_event( &self, ) -> Result<DeviceValuatorEvent, ParseError>
pub fn as_device_key_press_event( &self, ) -> Result<DeviceKeyPressEvent, ParseError>
pub fn as_device_key_release_event( &self, ) -> Result<DeviceKeyPressEvent, ParseError>
pub fn as_device_motion_notify_event( &self, ) -> Result<DeviceKeyPressEvent, ParseError>
pub fn as_device_focus_in_event(&self) -> Result<DeviceFocusInEvent, ParseError>
pub fn as_device_focus_out_event( &self, ) -> Result<DeviceFocusInEvent, ParseError>
pub fn as_proximity_in_event(&self) -> Result<DeviceKeyPressEvent, ParseError>
pub fn as_proximity_out_event(&self) -> Result<DeviceKeyPressEvent, ParseError>
pub fn as_device_state_notify_event( &self, ) -> Result<DeviceStateNotifyEvent, ParseError>
pub fn as_device_mapping_notify_event( &self, ) -> Result<DeviceMappingNotifyEvent, ParseError>
pub fn as_change_device_notify_event( &self, ) -> Result<ChangeDeviceNotifyEvent, ParseError>
pub fn as_device_key_state_notify_event( &self, ) -> Result<DeviceKeyStateNotifyEvent, ParseError>
pub fn as_device_presence_notify_event( &self, ) -> Result<DevicePresenceNotifyEvent, ParseError>
pub fn as_device_property_notify_event( &self, ) -> Result<DevicePropertyNotifyEvent, ParseError>
Trait Implementations§
source§impl Clone for EventForSend
impl Clone for EventForSend
source§fn clone(&self) -> EventForSend
fn clone(&self) -> EventForSend
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EventForSend
impl Debug for EventForSend
source§impl From<&ChangeDeviceNotifyEvent> for EventForSend
impl From<&ChangeDeviceNotifyEvent> for EventForSend
source§fn from(value: &ChangeDeviceNotifyEvent) -> EventForSend
fn from(value: &ChangeDeviceNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceButtonStateNotifyEvent> for EventForSend
impl From<&DeviceButtonStateNotifyEvent> for EventForSend
source§fn from(value: &DeviceButtonStateNotifyEvent) -> EventForSend
fn from(value: &DeviceButtonStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceFocusInEvent> for EventForSend
impl From<&DeviceFocusInEvent> for EventForSend
source§fn from(value: &DeviceFocusInEvent) -> EventForSend
fn from(value: &DeviceFocusInEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceKeyPressEvent> for EventForSend
impl From<&DeviceKeyPressEvent> for EventForSend
source§fn from(value: &DeviceKeyPressEvent) -> EventForSend
fn from(value: &DeviceKeyPressEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceKeyStateNotifyEvent> for EventForSend
impl From<&DeviceKeyStateNotifyEvent> for EventForSend
source§fn from(value: &DeviceKeyStateNotifyEvent) -> EventForSend
fn from(value: &DeviceKeyStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceMappingNotifyEvent> for EventForSend
impl From<&DeviceMappingNotifyEvent> for EventForSend
source§fn from(value: &DeviceMappingNotifyEvent) -> EventForSend
fn from(value: &DeviceMappingNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DevicePresenceNotifyEvent> for EventForSend
impl From<&DevicePresenceNotifyEvent> for EventForSend
source§fn from(value: &DevicePresenceNotifyEvent) -> EventForSend
fn from(value: &DevicePresenceNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DevicePropertyNotifyEvent> for EventForSend
impl From<&DevicePropertyNotifyEvent> for EventForSend
source§fn from(value: &DevicePropertyNotifyEvent) -> EventForSend
fn from(value: &DevicePropertyNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceStateNotifyEvent> for EventForSend
impl From<&DeviceStateNotifyEvent> for EventForSend
source§fn from(value: &DeviceStateNotifyEvent) -> EventForSend
fn from(value: &DeviceStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<&DeviceValuatorEvent> for EventForSend
impl From<&DeviceValuatorEvent> for EventForSend
source§fn from(value: &DeviceValuatorEvent) -> EventForSend
fn from(value: &DeviceValuatorEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<ChangeDeviceNotifyEvent> for EventForSend
impl From<ChangeDeviceNotifyEvent> for EventForSend
source§fn from(value: ChangeDeviceNotifyEvent) -> EventForSend
fn from(value: ChangeDeviceNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceButtonStateNotifyEvent> for EventForSend
impl From<DeviceButtonStateNotifyEvent> for EventForSend
source§fn from(value: DeviceButtonStateNotifyEvent) -> EventForSend
fn from(value: DeviceButtonStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceFocusInEvent> for EventForSend
impl From<DeviceFocusInEvent> for EventForSend
source§fn from(value: DeviceFocusInEvent) -> EventForSend
fn from(value: DeviceFocusInEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceKeyPressEvent> for EventForSend
impl From<DeviceKeyPressEvent> for EventForSend
source§fn from(value: DeviceKeyPressEvent) -> EventForSend
fn from(value: DeviceKeyPressEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceKeyStateNotifyEvent> for EventForSend
impl From<DeviceKeyStateNotifyEvent> for EventForSend
source§fn from(value: DeviceKeyStateNotifyEvent) -> EventForSend
fn from(value: DeviceKeyStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceMappingNotifyEvent> for EventForSend
impl From<DeviceMappingNotifyEvent> for EventForSend
source§fn from(value: DeviceMappingNotifyEvent) -> EventForSend
fn from(value: DeviceMappingNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DevicePresenceNotifyEvent> for EventForSend
impl From<DevicePresenceNotifyEvent> for EventForSend
source§fn from(value: DevicePresenceNotifyEvent) -> EventForSend
fn from(value: DevicePresenceNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DevicePropertyNotifyEvent> for EventForSend
impl From<DevicePropertyNotifyEvent> for EventForSend
source§fn from(value: DevicePropertyNotifyEvent) -> EventForSend
fn from(value: DevicePropertyNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceStateNotifyEvent> for EventForSend
impl From<DeviceStateNotifyEvent> for EventForSend
source§fn from(value: DeviceStateNotifyEvent) -> EventForSend
fn from(value: DeviceStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
source§impl From<DeviceValuatorEvent> for EventForSend
impl From<DeviceValuatorEvent> for EventForSend
source§fn from(value: DeviceValuatorEvent) -> EventForSend
fn from(value: DeviceValuatorEvent) -> EventForSend
Converts to this type from the input type.
source§impl Serialize for EventForSend
impl Serialize for EventForSend
source§impl TryParse for EventForSend
impl TryParse for EventForSend
source§fn try_parse(value: &[u8]) -> Result<(EventForSend, &[u8]), ParseError>
fn try_parse(value: &[u8]) -> Result<(EventForSend, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for EventForSend
Auto Trait Implementations§
impl Freeze for EventForSend
impl RefUnwindSafe for EventForSend
impl Send for EventForSend
impl Sync for EventForSend
impl Unpin for EventForSend
impl UnwindSafe for EventForSend
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
source§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more