Struct autopilot::key::Code [] [src]

pub struct Code(pub KeyCode);

Trait Implementations

impl Copy for Code
[src]

impl Clone for Code
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Code
[src]

[src]

Formats the value using the given formatter. Read more

impl KeyCodeConvertible for Code
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Code

impl Sync for Code