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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Text
[src]

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

This method tests for !=.

impl Debug for Text
[src]

Formats the value using the given formatter. Read more

impl From<Text> for Widget
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Text

impl Sync for Text