Struct open_protocol::types::ControlInfo [] [src]

pub struct ControlInfo {
    pub movement_mode: MovementMode,
    pub extra: u8,
}

Fields

Methods

impl ControlInfo
[src]

Trait Implementations

impl Debug for ControlInfo
[src]

Formats the value using the given formatter.

impl Copy for ControlInfo
[src]

impl Clone for ControlInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ControlInfo
[src]

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

This method tests for !=.

impl Default for ControlInfo
[src]

Returns the "default value" for a type. Read more

impl Display for ControlInfo
[src]

Formats the value using the given formatter. Read more

impl FromBytes for ControlInfo
[src]