Struct physx_sys::PxBoxObstacle
source · #[repr(C)]pub struct PxBoxObstacle {
pub structgen_pad0: [u8; 8],
pub mUserData: *mut c_void,
pub mPos: PxExtendedVec3,
pub mRot: PxQuat,
pub mHalfExtents: PxVec3,
pub structgen_pad1: [u8; 4],
}Fields§
§structgen_pad0: [u8; 8]§mUserData: *mut c_void§mPos: PxExtendedVec3§mRot: PxQuat§mHalfExtents: PxVec3§structgen_pad1: [u8; 4]Trait Implementations§
source§impl Clone for PxBoxObstacle
impl Clone for PxBoxObstacle
source§fn clone(&self) -> PxBoxObstacle
fn clone(&self) -> PxBoxObstacle
Returns a copy 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 more