pub struct c2AABB {
pub min: c2v,
pub max: c2v,
}Fields§
§min: c2v§max: c2vTrait Implementations§
Auto Trait Implementations§
impl Freeze for c2AABB
impl RefUnwindSafe for c2AABB
impl Send for c2AABB
impl Sync for c2AABB
impl Unpin for c2AABB
impl UnwindSafe for c2AABB
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