Enum gluster_xdr::fsh_mode [] [src]

pub enum fsh_mode {
    fsm_DN,
    fsm_DR,
    fsm_DW,
    fsm_DRW,
}

Variants

Trait Implementations

impl Debug for fsh_mode
[src]

Formats the value using the given formatter.

impl Eq for fsh_mode
[src]

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

impl Clone for fsh_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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