Struct libliquidfun_sys::box2d::ffi::b2ParticleContact
source · #[repr(C, align(4))]pub struct b2ParticleContact { /* private fields */ }Implementations§
source§impl b2ParticleContact
impl b2ParticleContact
pub fn ApproximatelyEqual(&self, rhs: &b2ParticleContact) -> bool
Trait Implementations§
source§impl CopyNew for b2ParticleContact
impl CopyNew for b2ParticleContact
source§unsafe fn copy_new(
other: &b2ParticleContact,
this: Pin<&mut MaybeUninit<b2ParticleContact>>
)
unsafe fn copy_new( other: &b2ParticleContact, this: Pin<&mut MaybeUninit<b2ParticleContact>> )
Synthesized copy constructor.
source§impl Drop for b2ParticleContact
impl Drop for b2ParticleContact
source§fn drop(self: &mut b2ParticleContact)
fn drop(self: &mut b2ParticleContact)
Synthesized destructor.
source§impl ExternType for b2ParticleContact
impl ExternType for b2ParticleContact
source§impl MakeCppStorage for b2ParticleContact
impl MakeCppStorage for b2ParticleContact
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2ParticleContact
unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2ParticleContact
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut b2ParticleContact)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut b2ParticleContact)
Frees a C++ allocation which has not yet
had a constructor called. Read more
source§impl MoveNew for b2ParticleContact
impl MoveNew for b2ParticleContact
source§unsafe fn move_new(
other: Pin<MoveRef<'_, b2ParticleContact>>,
this: Pin<&mut MaybeUninit<b2ParticleContact>>
)
unsafe fn move_new( other: Pin<MoveRef<'_, b2ParticleContact>>, this: Pin<&mut MaybeUninit<b2ParticleContact>> )
Synthesized move constructor.
impl UniquePtrTarget for b2ParticleContact
impl VectorElement for b2ParticleContact
impl WeakPtrTarget for b2ParticleContact
Auto Trait Implementations§
impl RefUnwindSafe for b2ParticleContact
impl !Send for b2ParticleContact
impl !Sync for b2ParticleContact
impl !Unpin for b2ParticleContact
impl UnwindSafe for b2ParticleContact
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