[][src]Struct physx::articulation_link::PxArticulationLink

#[repr(transparent)]pub struct PxArticulationLink<L, Geom: Shape> { /* fields omitted */ }

A new type wrapper for PxArticulationLink. Parametrized by it's user data type, and the type of it's Shapes.

Trait Implementations

impl<P, L, Geom: Shape> Class<P> for PxArticulationLink<L, Geom> where
    PxArticulationLink: Class<P>, 
[src]

impl<L, Geom: Shape> Drop for PxArticulationLink<L, Geom>[src]

impl<L, Geom: Shape> RigidActor for PxArticulationLink<L, Geom>[src]

type Shape = Geom

impl<L: Send, Geom: Shape + Send> Send for PxArticulationLink<L, Geom>[src]

impl<L: Sync, Geom: Shape + Sync> Sync for PxArticulationLink<L, Geom>[src]

Auto Trait Implementations

impl<L, Geom> RefUnwindSafe for PxArticulationLink<L, Geom> where
    Geom: RefUnwindSafe,
    L: RefUnwindSafe
[src]

impl<L, Geom> Unpin for PxArticulationLink<L, Geom> where
    Geom: Unpin,
    L: Unpin
[src]

impl<L, Geom> UnwindSafe for PxArticulationLink<L, Geom> where
    Geom: UnwindSafe,
    L: UnwindSafe
[src]

Blanket Implementations

impl<T> Actor for T where
    T: Class<PxActor> + Base
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Base for T where
    T: Class<PxBase>, 
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> RigidBody for T where
    T: Class<PxRigidBody> + RigidActor
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.