Struct bloomchain::Position [] [src]

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

Uniquely identifies bloom position.

Fields

Bloom level.

Index of the bloom.

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter.

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

impl Hash for Position
[src]

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

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