pub struct BoundingBox<T: DivisionRing<T>, const D: usize> { /* private fields */ }
Auto Trait Implementations§
impl<T, const D: usize> Freeze for BoundingBox<T, D>where
T: Freeze,
impl<T, const D: usize> RefUnwindSafe for BoundingBox<T, D>where
T: RefUnwindSafe,
impl<T, const D: usize> Send for BoundingBox<T, D>where
T: Send,
impl<T, const D: usize> Sync for BoundingBox<T, D>where
T: Sync,
impl<T, const D: usize> Unpin for BoundingBox<T, D>where
T: Unpin,
impl<T, const D: usize> UnwindSafe for BoundingBox<T, D>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T, U> ActingClosures<T, U> for T
impl<T, U> ActingClosures<T, U> for T
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