pub struct PxFixedJointRef(/* private fields */);
Implementations§
Source§impl PxFixedJointRef
impl PxFixedJointRef
pub fn new( physics: PxPhysicsRef, actor0: Option<PxRigidActorRef>, local_frame_0: &PxTransform, actor1: Option<PxRigidActorRef>, local_frame_1: &PxTransform, ) -> Self
Trait Implementations§
Source§impl AsPxJoint for PxFixedJointRef
impl AsPxJoint for PxFixedJointRef
fn as_joint(&self) -> PxJointRef
Source§impl Clone for PxFixedJointRef
impl Clone for PxFixedJointRef
Source§fn clone(&self) -> PxFixedJointRef
fn clone(&self) -> PxFixedJointRef
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 moreSource§impl Debug for PxFixedJointRef
impl Debug for PxFixedJointRef
impl Copy for PxFixedJointRef
impl Send for PxFixedJointRef
impl Sync for PxFixedJointRef
Auto Trait Implementations§
impl Freeze for PxFixedJointRef
impl RefUnwindSafe for PxFixedJointRef
impl Unpin for PxFixedJointRef
impl UnwindSafe for PxFixedJointRef
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