Enum dinput::Text [] [src]

pub enum Text {
    Char(char),
    Static(&'static str),
    Owned(String),
}

Text received from a keyboard event.

Variants

Trait Implementations

impl Clone for Text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Text
[src]

Formats the value using the given formatter.