Struct chipmunk_sys::Struct_cpContact [] [src]

#[repr(C)]
pub struct Struct_cpContact { pub r1: cpVect, pub r2: cpVect, pub nMass: cpFloat, pub tMass: cpFloat, pub bounce: cpFloat, pub jnAcc: cpFloat, pub jtAcc: cpFloat, pub jBias: cpFloat, pub bias: cpFloat, pub hash: cpHashValue, }

Fields

Trait Implementations

impl Copy for Struct_cpContact
[src]

impl Clone for Struct_cpContact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpContact
[src]

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