Struct input::InputOptions [−][src]
pub struct InputOptions { /* fields omitted */ }Expand description
Represents options for parsing input events.
Implementations
Enable or disable the processing of the help key event. Defaults to false.
Enable or disable the processing of cursor movement key events. Defaults to false.
Enable or disable the processing of the resize event. Defaults to true.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputOptionsimpl Send for InputOptionsimpl Sync for InputOptionsimpl Unpin for InputOptionsimpl UnwindSafe for InputOptionsBlanket Implementations
Mutably borrows from an owned value. Read more