#[repr(C)]pub struct b2AABB {
pub lowerBound: b2Vec2,
pub upperBound: b2Vec2,
}Expand description
Axis-aligned bounding box
Fields§
§lowerBound: b2Vec2§upperBound: b2Vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for b2AABB
impl RefUnwindSafe for b2AABB
impl Send for b2AABB
impl Sync for b2AABB
impl Unpin for b2AABB
impl UnwindSafe for b2AABB
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)