pub struct ConvexContact {
pub cache: ContactCache,
}Expand description
Convex contact state. (b3ConvexContact)
Fields§
§cache: ContactCacheTrait Implementations§
Source§impl Clone for ConvexContact
impl Clone for ConvexContact
Source§fn clone(&self) -> ConvexContact
fn clone(&self) -> ConvexContact
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 ConvexContact
Source§impl Debug for ConvexContact
impl Debug for ConvexContact
Source§impl Default for ConvexContact
impl Default for ConvexContact
Source§fn default() -> ConvexContact
fn default() -> ConvexContact
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConvexContact
impl PartialEq for ConvexContact
impl StructuralPartialEq for ConvexContact
Auto Trait Implementations§
impl Freeze for ConvexContact
impl RefUnwindSafe for ConvexContact
impl Send for ConvexContact
impl Sync for ConvexContact
impl Unpin for ConvexContact
impl UnsafeUnpin for ConvexContact
impl UnwindSafe for ConvexContact
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