#[repr(C)]pub struct PxObstacle {
pub structgen_pad0: [u8; 8],
pub mUserData: *mut c_void,
pub mPos: PxExtendedVec3,
pub mRot: PxQuat,
}Fields§
§structgen_pad0: [u8; 8]§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 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 PxObstacle
Auto Trait Implementations§
impl Freeze for PxObstacle
impl RefUnwindSafe for PxObstacle
impl !Send for PxObstacle
impl !Sync for PxObstacle
impl Unpin for PxObstacle
impl UnwindSafe for PxObstacle
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