pub struct c2Manifold {
pub count: c_int,
pub depths: [f32; 2],
pub contact_points: [c2v; 2],
pub n: c2v,
}Fields§
§count: c_int§depths: [f32; 2]§contact_points: [c2v; 2]§n: c2vTrait Implementations§
Source§impl Clone for c2Manifold
impl Clone for c2Manifold
Source§fn clone(&self) -> c2Manifold
fn clone(&self) -> c2Manifold
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 c2Manifold
impl Debug for c2Manifold
impl Copy for c2Manifold
Auto Trait Implementations§
impl Freeze for c2Manifold
impl RefUnwindSafe for c2Manifold
impl Send for c2Manifold
impl Sync for c2Manifold
impl Unpin for c2Manifold
impl UnwindSafe for c2Manifold
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