Enum multiwii_serial_protocol::MspPacketDirection [] [src]

pub enum MspPacketDirection {
    ToFlightController,
    FromFlightController,
    Unsupported,
}

Packet's desired destination

Variants

Network byte '<'

Network byte '>'

Network byte '!'

Methods

impl MspPacketDirection
[src]

[src]

To network byte

Trait Implementations

impl Copy for MspPacketDirection
[src]

impl Clone for MspPacketDirection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MspPacketDirection
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MspPacketDirection
[src]

[src]

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

1.0.0
[src]

This method tests for !=.