Struct contigious_tree::TreeSlice
source · [−]pub struct TreeSlice<N> { /* private fields */ }
Expand description
Each subtree is contigious in memory and can borrowed independently similarly to a slice of bytes.
Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for TreeSlice<N> where
N: RefUnwindSafe,
impl<N> Send for TreeSlice<N> where
N: Send,
impl<N> !Sized for TreeSlice<N>
impl<N> Sync for TreeSlice<N> where
N: Sync,
impl<N> Unpin for TreeSlice<N> where
N: Unpin,
impl<N> UnwindSafe for TreeSlice<N> where
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more