Enum gluster_xdr::gf_bitrot_type [] [src]

pub enum gf_bitrot_type {
    GF_BITROT_OPTION_TYPE_NONE,
    GF_BITROT_OPTION_TYPE_ENABLE,
    GF_BITROT_OPTION_TYPE_DISABLE,
    GF_BITROT_OPTION_TYPE_SCRUB_THROTTLE,
    GF_BITROT_OPTION_TYPE_SCRUB_FREQ,
    GF_BITROT_OPTION_TYPE_SCRUB,
    GF_BITROT_OPTION_TYPE_EXPIRY_TIME,
    GF_BITROT_OPTION_TYPE_MAX,
}

Variants

Trait Implementations

impl Debug for gf_bitrot_type
[src]

Formats the value using the given formatter.

impl Eq for gf_bitrot_type
[src]

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

impl Clone for gf_bitrot_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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