#[repr(C)]pub struct AABB {
pub lower: Vec2,
pub upper: Vec2,
}
Fields§
§lower: Vec2
§upper: Vec2
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AABB
impl Send for AABB
impl Sync for AABB
impl Unpin for AABB
impl UnwindSafe for AABB
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