Struct valence_spatial::WithAabb
source · pub struct WithAabb<O, N = f64> {
pub object: O,
pub aabb: Aabb<N>,
}Fields§
§object: O§aabb: Aabb<N>Implementations§
Trait Implementations§
source§impl<O: PartialEq, N: PartialEq> PartialEq<WithAabb<O, N>> for WithAabb<O, N>
impl<O: PartialEq, N: PartialEq> PartialEq<WithAabb<O, N>> for WithAabb<O, N>
impl<O: Copy, N: Copy> Copy for WithAabb<O, N>
impl<O: Eq, N: Eq> Eq for WithAabb<O, N>
impl<O, N> StructuralEq for WithAabb<O, N>
impl<O, N> StructuralPartialEq for WithAabb<O, N>
Auto Trait Implementations§
impl<O, N> RefUnwindSafe for WithAabb<O, N>where N: RefUnwindSafe, O: RefUnwindSafe,
impl<O, N> Send for WithAabb<O, N>where N: Send, O: Send,
impl<O, N> Sync for WithAabb<O, N>where N: Sync, O: Sync,
impl<O, N> Unpin for WithAabb<O, N>where N: Unpin, O: Unpin,
impl<O, N> UnwindSafe for WithAabb<O, N>where N: UnwindSafe, O: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more