pub struct AdaptiveFrontierLayout {
pub words: usize,
pub words_u32: u32,
}Expand description
Validated frontier bitset shape for adaptive traversal.
Fields§
§words: usizeNumber of u32 words in one frontier bitset.
words_u32: u32Number of u32 words in one frontier bitset, narrowed for primitive metadata.
Trait Implementations§
Source§impl Clone for AdaptiveFrontierLayout
impl Clone for AdaptiveFrontierLayout
Source§fn clone(&self) -> AdaptiveFrontierLayout
fn clone(&self) -> AdaptiveFrontierLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdaptiveFrontierLayout
Source§impl Debug for AdaptiveFrontierLayout
impl Debug for AdaptiveFrontierLayout
impl Eq for AdaptiveFrontierLayout
Source§impl PartialEq for AdaptiveFrontierLayout
impl PartialEq for AdaptiveFrontierLayout
impl StructuralPartialEq for AdaptiveFrontierLayout
Auto Trait Implementations§
impl Freeze for AdaptiveFrontierLayout
impl RefUnwindSafe for AdaptiveFrontierLayout
impl Send for AdaptiveFrontierLayout
impl Sync for AdaptiveFrontierLayout
impl Unpin for AdaptiveFrontierLayout
impl UnsafeUnpin for AdaptiveFrontierLayout
impl UnwindSafe for AdaptiveFrontierLayout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.