Struct chipmunk_sys::Struct_cpGrooveJoint [] [src]

#[repr(C)]
pub struct Struct_cpGrooveJoint { pub constraint: cpConstraint, pub grv_n: cpVect, pub grv_a: cpVect, pub grv_b: cpVect, pub anchorB: cpVect, pub grv_tn: cpVect, pub clamp: cpFloat, pub r1: cpVect, pub r2: cpVect, pub k: cpMat2x2, pub jAcc: cpVect, pub bias: cpVect, }

Fields

Trait Implementations

impl Copy for Struct_cpGrooveJoint
[src]

impl Clone for Struct_cpGrooveJoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpGrooveJoint
[src]

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