Struct chipmunk_sys::Struct_cpPivotJoint [] [src]

#[repr(C)]
pub struct Struct_cpPivotJoint { pub constraint: cpConstraint, pub anchorA: cpVect, pub anchorB: cpVect, pub r1: cpVect, pub r2: cpVect, pub k: cpMat2x2, pub jAcc: cpVect, pub bias: cpVect, }

Fields

Trait Implementations

impl Copy for Struct_cpPivotJoint
[src]

impl Clone for Struct_cpPivotJoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpPivotJoint
[src]

Returns the "default value" for a type. Read more