#[repr(C)]pub struct b2TreeStats {
pub nodeVisits: c_int,
pub leafVisits: c_int,
}Expand description
These are performance results returned by dynamic tree queries.
Fields§
§nodeVisits: c_intNumber of internal nodes visited during the query
leafVisits: c_intNumber of leaf nodes visited during the query
Trait Implementations§
Source§impl Clone for b2TreeStats
impl Clone for b2TreeStats
Source§fn clone(&self) -> b2TreeStats
fn clone(&self) -> b2TreeStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for b2TreeStats
impl Debug for b2TreeStats
impl Copy for b2TreeStats
Auto Trait Implementations§
impl Freeze for b2TreeStats
impl RefUnwindSafe for b2TreeStats
impl Send for b2TreeStats
impl Sync for b2TreeStats
impl Unpin for b2TreeStats
impl UnwindSafe for b2TreeStats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)