#[repr(C)]pub struct b3ContactInformation {
pub m_numContactPoints: c_int,
pub m_contactPointData: *mut b3ContactPointData,
}Fields§
§m_numContactPoints: c_int§m_contactPointData: *mut b3ContactPointDataTrait Implementations§
Source§impl Clone for b3ContactInformation
impl Clone for b3ContactInformation
Source§fn clone(&self) -> b3ContactInformation
fn clone(&self) -> b3ContactInformation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for b3ContactInformation
impl Debug for b3ContactInformation
impl Copy for b3ContactInformation
Auto Trait Implementations§
impl Freeze for b3ContactInformation
impl RefUnwindSafe for b3ContactInformation
impl !Send for b3ContactInformation
impl !Sync for b3ContactInformation
impl Unpin for b3ContactInformation
impl UnwindSafe for b3ContactInformation
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