Struct libliquidfun_sys::box2d::ffi::b2RayCastCallback
source · #[repr(C)]pub struct b2RayCastCallback { /* private fields */ }Expand description
Callback class for ray casts. See b2World::RayCast
Trait Implementations§
source§impl ExternType for b2RayCastCallback
impl ExternType for b2RayCastCallback
impl UniquePtrTarget for b2RayCastCallback
impl WeakPtrTarget for b2RayCastCallback
Auto Trait Implementations§
impl RefUnwindSafe for b2RayCastCallback
impl !Send for b2RayCastCallback
impl !Sync for b2RayCastCallback
impl !Unpin for b2RayCastCallback
impl UnwindSafe for b2RayCastCallback
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