pub enum CompositorEventVariant {
ResizeEvent,
MouseButtonEvent,
MouseMoveEvent,
TouchEvent,
WheelEvent,
KeyboardEvent,
CompositionEvent,
IMEDismissedEvent,
GamepadEvent,
}
Expand description
The variant of CompositorEvent that was delivered to a pipeline.
Variants§
ResizeEvent
MouseButtonEvent
MouseMoveEvent
TouchEvent
WheelEvent
KeyboardEvent
CompositionEvent
IMEDismissedEvent
GamepadEvent
Trait Implementations§
source§impl Debug for CompositorEventVariant
impl Debug for CompositorEventVariant
source§impl<'de> Deserialize<'de> for CompositorEventVariant
impl<'de> Deserialize<'de> for CompositorEventVariant
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CompositorEventVariant
impl RefUnwindSafe for CompositorEventVariant
impl Send for CompositorEventVariant
impl Sync for CompositorEventVariant
impl Unpin for CompositorEventVariant
impl UnwindSafe for CompositorEventVariant
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