Struct physx::rigid_static::PxRigidStatic[][src]

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

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

Trait Implementations

impl<P, S, Geom: Shape> Class<P> for PxRigidStatic<S, Geom> where
    PxRigidStatic: Class<P>, 
[src]

impl<S, Geom: Shape> Drop for PxRigidStatic<S, Geom>[src]

impl<S, Geom: Shape> RigidActor for PxRigidStatic<S, Geom>[src]

type Shape = Geom

impl<S, Geom: Shape> RigidStatic for PxRigidStatic<S, Geom>[src]

impl<S: Send, Geom: Shape + Send> Send for PxRigidStatic<S, Geom>[src]

impl<S: Sync, Geom: Shape + Sync> Sync for PxRigidStatic<S, Geom>[src]

Auto Trait Implementations

impl<S, Geom> RefUnwindSafe for PxRigidStatic<S, Geom> where
    Geom: RefUnwindSafe,
    S: RefUnwindSafe

impl<S, Geom> Unpin for PxRigidStatic<S, Geom> where
    Geom: Unpin,
    S: Unpin

impl<S, Geom> UnwindSafe for PxRigidStatic<S, Geom> where
    Geom: UnwindSafe,
    S: UnwindSafe

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, 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.