Type Alias libreloc_shared::BloomHash

source ·
pub type BloomHash = BitArray<[u8; 128], Lsb0>;

Aliased Type§

struct BloomHash {
    pub _ord: PhantomData<Lsb0>,
    pub data: [u8; 128],
}

Fields§

§_ord: PhantomData<Lsb0>

The ordering of bits within an A::Store element.

§data: [u8; 128]

The wrapped data buffer.