Struct EventForSend
pub struct EventForSend(/* private fields */);
Implementations§
§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§
§impl Clone for EventForSend
impl Clone for EventForSend
§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 more§impl Debug for EventForSend
impl Debug for EventForSend
§impl From<&ChangeDeviceNotifyEvent> for EventForSend
impl From<&ChangeDeviceNotifyEvent> for EventForSend
§fn from(value: &ChangeDeviceNotifyEvent) -> EventForSend
fn from(value: &ChangeDeviceNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceButtonStateNotifyEvent> for EventForSend
impl From<&DeviceButtonStateNotifyEvent> for EventForSend
§fn from(value: &DeviceButtonStateNotifyEvent) -> EventForSend
fn from(value: &DeviceButtonStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceFocusInEvent> for EventForSend
impl From<&DeviceFocusInEvent> for EventForSend
§fn from(value: &DeviceFocusInEvent) -> EventForSend
fn from(value: &DeviceFocusInEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceKeyPressEvent> for EventForSend
impl From<&DeviceKeyPressEvent> for EventForSend
§fn from(value: &DeviceKeyPressEvent) -> EventForSend
fn from(value: &DeviceKeyPressEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceKeyStateNotifyEvent> for EventForSend
impl From<&DeviceKeyStateNotifyEvent> for EventForSend
§fn from(value: &DeviceKeyStateNotifyEvent) -> EventForSend
fn from(value: &DeviceKeyStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceMappingNotifyEvent> for EventForSend
impl From<&DeviceMappingNotifyEvent> for EventForSend
§fn from(value: &DeviceMappingNotifyEvent) -> EventForSend
fn from(value: &DeviceMappingNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DevicePresenceNotifyEvent> for EventForSend
impl From<&DevicePresenceNotifyEvent> for EventForSend
§fn from(value: &DevicePresenceNotifyEvent) -> EventForSend
fn from(value: &DevicePresenceNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DevicePropertyNotifyEvent> for EventForSend
impl From<&DevicePropertyNotifyEvent> for EventForSend
§fn from(value: &DevicePropertyNotifyEvent) -> EventForSend
fn from(value: &DevicePropertyNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceStateNotifyEvent> for EventForSend
impl From<&DeviceStateNotifyEvent> for EventForSend
§fn from(value: &DeviceStateNotifyEvent) -> EventForSend
fn from(value: &DeviceStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<&DeviceValuatorEvent> for EventForSend
impl From<&DeviceValuatorEvent> for EventForSend
§fn from(value: &DeviceValuatorEvent) -> EventForSend
fn from(value: &DeviceValuatorEvent) -> EventForSend
Converts to this type from the input type.
§impl From<ChangeDeviceNotifyEvent> for EventForSend
impl From<ChangeDeviceNotifyEvent> for EventForSend
§fn from(value: ChangeDeviceNotifyEvent) -> EventForSend
fn from(value: ChangeDeviceNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceButtonStateNotifyEvent> for EventForSend
impl From<DeviceButtonStateNotifyEvent> for EventForSend
§fn from(value: DeviceButtonStateNotifyEvent) -> EventForSend
fn from(value: DeviceButtonStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceFocusInEvent> for EventForSend
impl From<DeviceFocusInEvent> for EventForSend
§fn from(value: DeviceFocusInEvent) -> EventForSend
fn from(value: DeviceFocusInEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceKeyPressEvent> for EventForSend
impl From<DeviceKeyPressEvent> for EventForSend
§fn from(value: DeviceKeyPressEvent) -> EventForSend
fn from(value: DeviceKeyPressEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceKeyStateNotifyEvent> for EventForSend
impl From<DeviceKeyStateNotifyEvent> for EventForSend
§fn from(value: DeviceKeyStateNotifyEvent) -> EventForSend
fn from(value: DeviceKeyStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceMappingNotifyEvent> for EventForSend
impl From<DeviceMappingNotifyEvent> for EventForSend
§fn from(value: DeviceMappingNotifyEvent) -> EventForSend
fn from(value: DeviceMappingNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DevicePresenceNotifyEvent> for EventForSend
impl From<DevicePresenceNotifyEvent> for EventForSend
§fn from(value: DevicePresenceNotifyEvent) -> EventForSend
fn from(value: DevicePresenceNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DevicePropertyNotifyEvent> for EventForSend
impl From<DevicePropertyNotifyEvent> for EventForSend
§fn from(value: DevicePropertyNotifyEvent) -> EventForSend
fn from(value: DevicePropertyNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceStateNotifyEvent> for EventForSend
impl From<DeviceStateNotifyEvent> for EventForSend
§fn from(value: DeviceStateNotifyEvent) -> EventForSend
fn from(value: DeviceStateNotifyEvent) -> EventForSend
Converts to this type from the input type.
§impl From<DeviceValuatorEvent> for EventForSend
impl From<DeviceValuatorEvent> for EventForSend
§fn from(value: DeviceValuatorEvent) -> EventForSend
fn from(value: DeviceValuatorEvent) -> EventForSend
Converts to this type from the input type.
§impl Serialize for EventForSend
impl Serialize for EventForSend
§impl TryParse for EventForSend
impl TryParse for EventForSend
§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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
§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