[][src]Struct broccoli::query::rect::MultiRect

pub struct MultiRect<'a, 'b: 'a, T: Aabb> { /* fields omitted */ }

See the Queries::multi_rect function.

Implementations

impl<'a, 'b: 'a, T: Aabb> MultiRect<'a, 'b, T>[src]

pub fn for_all_in_rect_mut(
    &mut self,
    rect: Rect<T::Num>,
    mut func: impl FnMut(PMut<'a, T>)
) -> Result<(), RectIntersectErr>
[src]

Auto Trait Implementations

impl<'a, 'b, T> RefUnwindSafe for MultiRect<'a, 'b, T> where
    T: RefUnwindSafe,
    <T as Aabb>::Num: RefUnwindSafe
[src]

impl<'a, 'b, T> Send for MultiRect<'a, 'b, T> where
    T: Send,
    <T as Aabb>::Num: Send
[src]

impl<'a, 'b, T> Sync for MultiRect<'a, 'b, T> where
    T: Sync,
    <T as Aabb>::Num: Sync
[src]

impl<'a, 'b, T> Unpin for MultiRect<'a, 'b, T> where
    <T as Aabb>::Num: Unpin,
    'b: 'a, 
[src]

impl<'a, 'b, T> !UnwindSafe for MultiRect<'a, 'b, 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.