pub struct PlatformEventData { /* private fields */ }
Expand description
A platform specific event.
Implementations§
Trait Implementations§
Source§impl From<&PlatformEventData> for AnimationData
impl From<&PlatformEventData> for AnimationData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for ClipboardData
impl From<&PlatformEventData> for ClipboardData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for CompositionData
impl From<&PlatformEventData> for CompositionData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for DragData
impl From<&PlatformEventData> for DragData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for FocusData
impl From<&PlatformEventData> for FocusData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for FormData
impl From<&PlatformEventData> for FormData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for ImageData
impl From<&PlatformEventData> for ImageData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for KeyboardData
impl From<&PlatformEventData> for KeyboardData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for MediaData
impl From<&PlatformEventData> for MediaData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for MountedData
impl From<&PlatformEventData> for MountedData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for MouseData
impl From<&PlatformEventData> for MouseData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for PointerData
impl From<&PlatformEventData> for PointerData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for ResizeData
impl From<&PlatformEventData> for ResizeData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for ScrollData
impl From<&PlatformEventData> for ScrollData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for SelectionData
impl From<&PlatformEventData> for SelectionData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for ToggleData
impl From<&PlatformEventData> for ToggleData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for TouchData
impl From<&PlatformEventData> for TouchData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for TransitionData
impl From<&PlatformEventData> for TransitionData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for VisibleData
impl From<&PlatformEventData> for VisibleData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&PlatformEventData> for WheelData
impl From<&PlatformEventData> for WheelData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PlatformEventData
impl !RefUnwindSafe for PlatformEventData
impl !Send for PlatformEventData
impl !Sync for PlatformEventData
impl Unpin for PlatformEventData
impl !UnwindSafe for PlatformEventData
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<Ret> SpawnIfAsync<(), Ret> for Ret
impl<Ret> SpawnIfAsync<(), Ret> for Ret
Source§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
Source§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
Source§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
Source§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.