pub struct ContactSpec {
pub contact_id: i32,
pub manifold_start: i32,
pub manifold_count: u16,
}Expand description
Contact descriptor for graph-color mesh/overflow constraints. (b3ContactSpec)
Fields§
§contact_id: i32§manifold_start: i32Start of the global manifold constraint array
manifold_count: u16Trait Implementations§
Source§impl Clone for ContactSpec
impl Clone for ContactSpec
Source§fn clone(&self) -> ContactSpec
fn clone(&self) -> ContactSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContactSpec
Source§impl Debug for ContactSpec
impl Debug for ContactSpec
Source§impl Default for ContactSpec
impl Default for ContactSpec
impl Eq for ContactSpec
Source§impl PartialEq for ContactSpec
impl PartialEq for ContactSpec
impl StructuralPartialEq for ContactSpec
Auto Trait Implementations§
impl Freeze for ContactSpec
impl RefUnwindSafe for ContactSpec
impl Send for ContactSpec
impl Sync for ContactSpec
impl Unpin for ContactSpec
impl UnsafeUnpin for ContactSpec
impl UnwindSafe for ContactSpec
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