[][src]Struct box2d_rs::b2_fixture::B2fixtureProxy

pub struct B2fixtureProxy<D: UserDataType> { /* fields omitted */ }

This proxy is used internally to connect fixtures to the broad-phase.

Trait Implementations

impl<D: Default + UserDataType> Default for B2fixtureProxy<D>[src]

Auto Trait Implementations

impl<D> !RefUnwindSafe for B2fixtureProxy<D>

impl<D> !Send for B2fixtureProxy<D>

impl<D> !Sync for B2fixtureProxy<D>

impl<D> Unpin for B2fixtureProxy<D>

impl<D> !UnwindSafe for B2fixtureProxy<D>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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.