#[repr(C)]pub struct bhkRigidBody;
Trait Implementations§
Source§impl Debug for bhkRigidBody
impl Debug for bhkRigidBody
Source§impl RefCountable for bhkRigidBody
impl RefCountable for bhkRigidBody
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for bhkRigidBody
impl RefUnwindSafe for bhkRigidBody
impl Send for bhkRigidBody
impl Sync for bhkRigidBody
impl Unpin for bhkRigidBody
impl UnwindSafe for bhkRigidBody
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