[][src]Struct dinotree_alg::dinotree_owned::BBoxPtr

#[repr(C)]
pub struct BBoxPtr<N, T> { /* fields omitted */ }

Equivalent to: (Rect<N>,*mut T)

Methods

impl<N, T> BBoxPtr<N, T>[src]

pub fn new(rect: Rect<N>, inner: NonNull<T>) -> BBoxPtr<N, T>[src]

Trait Implementations

impl<N: NumTrait, T> HasAabb for BBoxPtr<N, T>[src]

type Num = N

impl<N: NumTrait, T> HasInner for BBoxPtr<N, T>[src]

type Inner = T

impl<N, T> Send for BBoxPtr<N, T>[src]

impl<N, T> Sync for BBoxPtr<N, T>[src]

Auto Trait Implementations

impl<N, T> Unpin for BBoxPtr<N, T> where
    N: Unpin

impl<N, T> UnwindSafe for BBoxPtr<N, T> where
    N: UnwindSafe,
    T: RefUnwindSafe

impl<N, T> RefUnwindSafe for BBoxPtr<N, T> where
    N: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<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]