Struct flep_protocol::command::misc::SIZE [] [src]

pub struct SIZE {
    pub remote_filename: String,
}

Fields

Trait Implementations

impl Clone for SIZE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SIZE
[src]

Formats the value using the given formatter.

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

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