Struct ethcore_bloom_journal::BloomJournal
source · [−]Expand description
Bloom journal Returns the tuple of (bloom part index, bloom part value) where each one is representing an index of bloom parts that was updated since the last drain
Fields
hash_functions: u32
entries: Vec<(usize, u64)>
Auto Trait Implementations
impl RefUnwindSafe for BloomJournal
impl Send for BloomJournal
impl Sync for BloomJournal
impl Unpin for BloomJournal
impl UnwindSafe for BloomJournal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more