#[repr(C)]pub struct Aabb<F, V>{
pub min: V,
pub max: V,
/* private fields */
}Fields§
§min: V§max: VImplementations§
Trait Implementations§
impl<F, V> StructuralPartialEq for Aabb<F, V>
Auto Trait Implementations§
impl<F, V> Freeze for Aabb<F, V>where
V: Freeze,
impl<F, V> RefUnwindSafe for Aabb<F, V>where
V: RefUnwindSafe,
F: RefUnwindSafe,
impl<F, V> Send for Aabb<F, V>
impl<F, V> Sync for Aabb<F, V>
impl<F, V> Unpin for Aabb<F, V>
impl<F, V> UnwindSafe for Aabb<F, V>where
V: UnwindSafe,
F: 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