Struct autopilot::key::Character[][src]

pub struct Character(pub char);

Trait Implementations

impl Copy for Character
[src]

impl Clone for Character
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Character
[src]

Formats the value using the given formatter. Read more

impl KeyCodeConvertible for Character
[src]

Auto Trait Implementations

impl Send for Character

impl Sync for Character