Struct zaplib::TextInputEvent
source · [−]Expand description
See Event::TextInput
.
Fields
input: String
replace_last: bool
was_paste: bool
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextInputEvent
impl Send for TextInputEvent
impl Sync for TextInputEvent
impl Unpin for TextInputEvent
impl UnwindSafe for TextInputEvent
Blanket Implementations
Mutably borrows from an owned value. Read more