Struct zaplib::TextInputEvent
source · [−]Expand description
See Event::TextInput.
Fields
input: Stringreplace_last: boolwas_paste: boolTrait 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