[][src]Struct dinotree_alg::dinotree_owned::NodePtr

pub struct NodePtr<T: Aabb> { /* fields omitted */ }

A Node in a dinotree.

Trait Implementations

impl<T: Aabb> Node for NodePtr<T>[src]

type T = T

type Num = T::Num

Auto Trait Implementations

impl<T> RefUnwindSafe for NodePtr<T> where
    T: RefUnwindSafe,
    <T as Aabb>::Num: RefUnwindSafe

impl<T> !Send for NodePtr<T>

impl<T> !Sync for NodePtr<T>

impl<T> Unpin for NodePtr<T> where
    <T as Aabb>::Num: Unpin

impl<T> UnwindSafe for NodePtr<T> where
    T: RefUnwindSafe,
    <T as Aabb>::Num: UnwindSafe

Blanket Implementations

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

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

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

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

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

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> 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.