[][src]Struct broccoli::container::TreeRefBase

pub struct TreeRefBase<'a, N: Num, T> { /* fields omitted */ }

Implementations

impl<'a, N: Num, T> TreeRefBase<'a, N, T>[src]

pub fn new(
    bots: &'a mut [T],
    func: impl FnMut(&mut T) -> Rect<N>
) -> TreeRefBase<'a, N, T>
[src]

pub fn into_vec(self) -> Vec<BBox<N, &'a mut T>>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
[src]

pub fn build<'b>(&'b mut self) -> TreeRefInd<'a, 'b, N, T>[src]

pub fn build_par<'b>(&'b mut self) -> TreeRefInd<'a, 'b, N, T> where
    N: Send + Sync,
    T: Send + Sync
[src]

Auto Trait Implementations

impl<'a, N, T> RefUnwindSafe for TreeRefBase<'a, N, T> where
    N: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, N, T> Send for TreeRefBase<'a, N, T> where
    N: Send,
    T: Send
[src]

impl<'a, N, T> Sync for TreeRefBase<'a, N, T> where
    N: Sync,
    T: Sync
[src]

impl<'a, N, T> Unpin for TreeRefBase<'a, N, T> where
    N: Unpin
[src]

impl<'a, N, T> !UnwindSafe for TreeRefBase<'a, N, T>[src]

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> Pointable for T

type Init = T

The type for initializers.

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.