Struct libliquidfun_sys::box2d::ffi::b2Draw
source · #[repr(C)]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§
impl UniquePtrTarget for b2Draw
impl WeakPtrTarget for b2Draw
Auto Trait Implementations§
impl RefUnwindSafe for b2Draw
impl !Send for b2Draw
impl !Sync for b2Draw
impl !Unpin 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