#[repr(C)]pub struct PxBoxGeometry {
pub structgen_pad0: [u8; 4],
pub mTypePadding: f32,
pub halfExtents: PxVec3,
}Fields§
§structgen_pad0: [u8; 4]§mTypePadding: f32§halfExtents: PxVec3Trait Implementations§
Source§impl Clone for PxBoxGeometry
impl Clone for PxBoxGeometry
Source§fn clone(&self) -> PxBoxGeometry
fn clone(&self) -> PxBoxGeometry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxBoxGeometry
Auto Trait Implementations§
impl Freeze for PxBoxGeometry
impl RefUnwindSafe for PxBoxGeometry
impl Send for PxBoxGeometry
impl Sync for PxBoxGeometry
impl Unpin for PxBoxGeometry
impl UnwindSafe for PxBoxGeometry
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