Struct conrod::event::Text [] [src]

pub struct Text {
    pub string: String,
    pub modifiers: ModifierKey,
}

Contains all relevant information for a Text event.

Fields

All text that was entered as a part of the event.

The modifier keys that were down at the time.

Trait Implementations

impl Clone for Text
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Text
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Text
[src]

[src]

Formats the value using the given formatter.