Enum wayland_protocols::unstable::input_method::v1::client::zwp_input_method_v1::Event [−][src]
#[non_exhaustive] pub enum Event { Activate { id: Main<ZwpInputMethodContextV1>, }, Deactivate { context: ZwpInputMethodContextV1, }, }
Variants (Non-exhaustive)
activate event
A text input was activated. Creates an input method context object which allows communication with the text input.
Fields of Activate
deactivate event
The text input corresponding to the context argument was deactivated. The input method context should be destroyed after deactivation is handled.
Fields of Deactivate
context: ZwpInputMethodContextV1
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Event
impl !Send for Event
impl !Sync for Event
impl Unpin for Event
impl !UnwindSafe for Event
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,