[−][src]Enum sixtyfps_corelib::input::KeyEventResult
Represents how an item's key_event handler dealt with a key event. An accepted event results in no further event propagation.
Variants
The event was handled.
The event was not handled and should be sent to other items.
Auto Trait Implementations
impl RefUnwindSafe for KeyEventResult
[src]
impl Send for KeyEventResult
[src]
impl Sync for KeyEventResult
[src]
impl Unpin for KeyEventResult
[src]
impl UnwindSafe for KeyEventResult
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,