Enum etherdream::protocol::CommandCode [] [src]

pub enum CommandCode {
    Begin,
    Data,
    Ping,
    Prepare,
    CommandUnknown {
        code: u8,
    },
}

EtherDream Commands.

Variants

Fields of CommandUnknown

Methods

impl CommandCode
[src]

[src]

Trait Implementations

impl Clone for CommandCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CommandCode
[src]

impl Debug for CommandCode
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CommandCode
[src]

[src]

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

[src]

This method tests for !=.