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

pub struct Code(pub KeyCode);

Trait Implementations

impl Copy for Code
[src]

impl Clone for Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Code
[src]

Formats the value using the given formatter. Read more

impl KeyCodeConvertible for Code
[src]

Auto Trait Implementations

impl Send for Code

impl Sync for Code