Struct bloomchain::group::GroupPosition [] [src]

pub struct GroupPosition {
    pub level: usize,
    pub index: usize,
}

Uniquely identifies bloom group position.

Fields

Bloom level.

Index of the group.

Trait Implementations

impl Debug for GroupPosition
[src]

Formats the value using the given formatter.

impl PartialEq for GroupPosition
[src]

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

This method tests for !=.

impl Eq for GroupPosition
[src]

impl Hash for GroupPosition
[src]

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

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

impl Clone for GroupPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more