#[repr(C)]pub struct PxArticulationRootLinkData {
pub transform: PxTransform,
pub worldLinVel: PxVec3,
pub worldAngVel: PxVec3,
pub worldLinAccel: PxVec3,
pub worldAngAccel: PxVec3,
}Fields§
§transform: PxTransform§worldLinVel: PxVec3§worldAngVel: PxVec3§worldLinAccel: PxVec3§worldAngAccel: PxVec3Trait Implementations§
Source§impl Clone for PxArticulationRootLinkData
impl Clone for PxArticulationRootLinkData
Source§fn clone(&self) -> PxArticulationRootLinkData
fn clone(&self) -> PxArticulationRootLinkData
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 PxArticulationRootLinkData
Auto Trait Implementations§
impl Freeze for PxArticulationRootLinkData
impl RefUnwindSafe for PxArticulationRootLinkData
impl Send for PxArticulationRootLinkData
impl Sync for PxArticulationRootLinkData
impl Unpin for PxArticulationRootLinkData
impl UnwindSafe for PxArticulationRootLinkData
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