Enum crushtool::BucketTypes [] [src]

pub enum BucketTypes {
    Uniform(CrushBucketUniform),
    List(CrushBucketList),
    Tree(CrushBucketTree),
    Straw(CrushBucketStraw),
    Straw2(CrushBucketStraw2),
    Unknown,
}

Variants

Methods

impl BucketTypes
[src]

Trait Implementations

impl Clone for BucketTypes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketTypes
[src]

Formats the value using the given formatter.

impl Eq for BucketTypes
[src]

impl Hash for BucketTypes
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for BucketTypes
[src]

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

This method tests for !=.

impl Decodable for BucketTypes
[src]

Deserialize a value using a Decoder.

impl Encodable for BucketTypes
[src]

Serialize a value using an Encoder.