Enum gluster_xdr::gf1_cluster_type [] [src]

pub enum gf1_cluster_type {
    GF_CLUSTER_TYPE_NONE,
    GF_CLUSTER_TYPE_STRIPE,
    GF_CLUSTER_TYPE_REPLICATE,
    GF_CLUSTER_TYPE_STRIPE_REPLICATE,
    GF_CLUSTER_TYPE_DISPERSE,
    GF_CLUSTER_TYPE_TIER,
    GF_CLUSTER_TYPE_MAX,
}

Variants

Trait Implementations

impl Debug for gf1_cluster_type
[src]

Formats the value using the given formatter.

impl Eq for gf1_cluster_type
[src]

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

impl Clone for gf1_cluster_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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