pub struct b2Draw { /* private fields */ }Expand description
Implement and register this class with a b2World to provide debug drawing of physics entities in your game.
Trait Implementations§
Source§impl ExternType for b2Draw
impl ExternType for b2Draw
impl UniquePtrTarget for b2Draw
impl WeakPtrTarget for b2Draw
Auto Trait Implementations§
impl !Freeze for b2Draw
impl !Send for b2Draw
impl !Sync for b2Draw
impl !Unpin for b2Draw
impl RefUnwindSafe for b2Draw
impl UnsafeUnpin for b2Draw
impl UnwindSafe for b2Draw
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more