Trait liquidfun::box2d::collision::shapes::shape::Shape [] [src]

pub trait Shape {
    fn handle(&self) -> *mut B2Shape;
}

Required Methods

fn handle(&self) -> *mut B2Shape

Implementors