Trait bevy_rapier2d::physics::IntoHandle[][src]

pub trait IntoHandle<H> {
    fn handle(self) -> H;
}

Required methods

fn handle(self) -> H[src]

Implementations on Foreign Types

impl IntoHandle<Index> for Entity[src]

fn handle(self) -> Index[src]

impl IntoHandle<JointHandle> for Entity[src]

impl IntoHandle<ColliderHandle> for Entity[src]

impl IntoHandle<RigidBodyHandle> for Entity[src]

Implementors