#[repr(C)]pub struct PxActorShape {
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
}Fields§
§actor: *mut PxRigidActor§shape: *mut PxShapeTrait Implementations§
Source§impl Clone for PxActorShape
impl Clone for PxActorShape
Source§fn clone(&self) -> PxActorShape
fn clone(&self) -> PxActorShape
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 PxActorShape
Auto Trait Implementations§
impl Freeze for PxActorShape
impl RefUnwindSafe for PxActorShape
impl !Send for PxActorShape
impl !Sync for PxActorShape
impl Unpin for PxActorShape
impl UnwindSafe for PxActorShape
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