#[repr(C)]pub struct PxBounds3 {
pub minimum: PxVec3,
pub maximum: PxVec3,
}Fields§
§minimum: PxVec3§maximum: PxVec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxBounds3
impl RefUnwindSafe for PxBounds3
impl Send for PxBounds3
impl Sync for PxBounds3
impl Unpin for PxBounds3
impl UnwindSafe for PxBounds3
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