Struct bigtools::CirTreeIndex
source · pub struct CirTreeIndex(pub CirTreeIndexType, _);
Expand description
Represents a cir tree index in a bbi file. Composed of a public
CirTreeIndexType
, and a private location in the bbi file.
This can be passed to search_cir_tree
.
Tuple Fields§
§0: CirTreeIndexType
Auto Trait Implementations§
impl RefUnwindSafe for CirTreeIndex
impl Send for CirTreeIndex
impl Sync for CirTreeIndex
impl Unpin for CirTreeIndex
impl UnwindSafe for CirTreeIndex
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