Struct flep_protocol::command::basic::quit::QUIT [] [src]

pub struct QUIT;

Trait Implementations

impl Clone for QUIT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QUIT
[src]

Formats the value using the given formatter.

impl PartialEq for QUIT
[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 QUIT
[src]

impl Command for QUIT
[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.