#[repr(C)]pub struct SubtreePool {
pub free_trees: MutableSubtreeArray,
pub tree_stack: MutableSubtreeArray,
}
Fields§
§free_trees: MutableSubtreeArray
§tree_stack: MutableSubtreeArray
Trait Implementations§
Source§impl Clone for SubtreePool
impl Clone for SubtreePool
Source§fn clone(&self) -> SubtreePool
fn clone(&self) -> SubtreePool
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SubtreePool
Auto Trait Implementations§
impl Freeze for SubtreePool
impl RefUnwindSafe for SubtreePool
impl !Send for SubtreePool
impl !Sync for SubtreePool
impl Unpin for SubtreePool
impl UnwindSafe for SubtreePool
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