Struct huber_pilot_one::Command [] [src]

pub struct Command {
    pub sender: Sender,
    pub address: u8,
    pub data: Option<u16>,
}

Fields

Methods

impl Command
[src]

[src]

Trait Implementations

impl Debug for Command
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Command
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Command
[src]

impl FromStr for Command
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Command

impl Sync for Command