Struct flep_protocol::command::security::PBSZ [] [src]

pub struct PBSZ {
    pub protection_buffer_size: u32,
}

Fields

Trait Implementations

impl Clone for PBSZ
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PBSZ
[src]

Formats the value using the given formatter.

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

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