Struct physx_sys::PxObstacle
source · #[repr(C)]pub struct PxObstacle {
pub mType: i32,
pub structgen_pad0: [u8; 4],
pub mUserData: *mut c_void,
pub mPos: PxExtendedVec3,
pub mRot: PxQuat,
}Fields§
§mType: i32§structgen_pad0: [u8; 4]§mUserData: *mut c_void§mPos: PxExtendedVec3§mRot: PxQuatTrait Implementations§
source§impl Clone for PxObstacle
impl Clone for PxObstacle
source§fn clone(&self) -> PxObstacle
fn clone(&self) -> PxObstacle
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