Struct flep_protocol::command::basic::noop::NOOP [] [src]

pub struct NOOP;

Trait Implementations

impl Clone for NOOP
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NOOP
[src]

Formats the value using the given formatter.

impl PartialEq for NOOP
[src]

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

This method tests for !=.

impl Eq for NOOP
[src]

impl Command for NOOP
[src]

Writes the payload data.

Reads payload data.

Gets the name of the command.

Writes the command to a buffer.

Generates the text string for this packet.