[][src]Struct dinotree::notsorted::NotSorted

pub struct NotSorted<'a, A: AxisTrait, N: NumTrait, T>(pub DinoTree<'a, A, N, T>);

Trait Implementations

impl<'a, A: AxisTrait, N: NumTrait, T> NotSortedRefTrait for NotSorted<'a, A, N, T>[src]

type Item = BBoxMut<'a, N, T>

type Axis = A

type Num = N

type Inner = T

fn height(&self) -> usize[src]

Return the height of the dinotree.

fn num_nodes(&self) -> usize[src]

Return the number of nodes of the dinotree.

fn num_bots(&self) -> usize[src]

Return the number of bots in the tree.

impl<'a, A: AxisTrait, N: NumTrait, T> NotSortedRefMutTrait for NotSorted<'a, A, N, T>[src]

Auto Trait Implementations

impl<'a, A, N, T> Unpin for NotSorted<'a, A, N, T> where
    A: Unpin,
    N: Unpin

impl<'a, A, N, T> Sync for NotSorted<'a, A, N, T> where
    T: Sync

impl<'a, A, N, T> Send for NotSorted<'a, A, N, T> where
    T: Send

impl<'a, A, N, T> !UnwindSafe for NotSorted<'a, A, N, T>

impl<'a, A, N, T> RefUnwindSafe for NotSorted<'a, A, N, T> where
    A: RefUnwindSafe,
    N: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]