Struct hpl_hive_control::state::indexing_state::Indexing
source · pub struct Indexing {
pub containers: u8,
pub expected: u64,
pub indexed: u64,
}
Fields§
§containers: u8
Address indexers holding indexed addresses, this will eventually help us to refer any address indexed with just 2 bytes
expected: u64
§indexed: u64
Implementations§
Trait Implementations§
source§impl PartialEq<Indexing> for Indexing
impl PartialEq<Indexing> for Indexing
impl StructuralPartialEq for Indexing
Auto Trait Implementations§
impl RefUnwindSafe for Indexing
impl Send for Indexing
impl Sync for Indexing
impl Unpin for Indexing
impl UnwindSafe for Indexing
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more