Enum gluster_xdr::gf1_cli_top_op [] [src]

pub enum gf1_cli_top_op {
    GF_CLI_TOP_NONE,
    GF_CLI_TOP_OPEN,
    GF_CLI_TOP_READ,
    GF_CLI_TOP_WRITE,
    GF_CLI_TOP_OPENDIR,
    GF_CLI_TOP_READDIR,
    GF_CLI_TOP_READ_PERF,
    GF_CLI_TOP_WRITE_PERF,
}

Variants

Trait Implementations

impl Debug for gf1_cli_top_op
[src]

Formats the value using the given formatter.

impl Eq for gf1_cli_top_op
[src]

impl PartialEq for gf1_cli_top_op
[src]

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

This method tests for !=.

impl Copy for gf1_cli_top_op
[src]

impl Clone for gf1_cli_top_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Out: Write> Pack<Out> for gf1_cli_top_op
[src]

impl<In: Read> Unpack<In> for gf1_cli_top_op
[src]