[][src]Struct box2d_rs::b2_contact_manager::B2contactManager

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

Implementations

impl<D: UserDataType> B2contactManager<D>[src]

pub fn new() -> Self[src]

pub fn find_new_contacts(&mut self)[src]

pub fn destroy(&mut self, c: ContactPtr<D>)[src]

pub fn collide(self_: B2contactManagerPtr<D>)[src]

pub fn get_broad_phase(&self) -> B2broadPhasePtr<FixtureProxyPtr<D>>[src]

Trait Implementations

impl<D: UserDataType> AddPairTrait<Rc<RefCell<B2fixtureProxy<D>>>> for B2contactManager<D>[src]

impl<D: UserDataType> Drop for B2contactManager<D>[src]

Auto Trait Implementations

impl<D> !RefUnwindSafe for B2contactManager<D>

impl<D> !Send for B2contactManager<D>

impl<D> !Sync for B2contactManager<D>

impl<D> Unpin for B2contactManager<D>

impl<D> !UnwindSafe for B2contactManager<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.