Struct chipmunk_sys::Struct_cpShapeMassInfo [] [src]

#[repr(C)]
pub struct Struct_cpShapeMassInfo { pub m: cpFloat, pub i: cpFloat, pub cog: cpVect, pub area: cpFloat, }

Fields

Trait Implementations

impl Copy for Struct_cpShapeMassInfo
[src]

impl Clone for Struct_cpShapeMassInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpShapeMassInfo
[src]

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