#[repr(C)]pub struct b3AABB {
pub lowerBound: b3Vec3,
pub upperBound: b3Vec3,
}Expand description
Axis aligned bounding box.
Fields§
§lowerBound: b3Vec3§upperBound: b3Vec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3AABB
impl RefUnwindSafe for b3AABB
impl Send for b3AABB
impl Sync for b3AABB
impl Unpin for b3AABB
impl UnsafeUnpin for b3AABB
impl UnwindSafe for b3AABB
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