Struct chipmunk_sys::Struct_cpContactPointSet [] [src]

#[repr(C)]
pub struct Struct_cpContactPointSet { pub count: c_int, pub normal: cpVect, pub points: [Struct_Unnamed1; 2], }

Fields

Trait Implementations

impl Copy for Struct_cpContactPointSet
[src]

impl Clone for Struct_cpContactPointSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpContactPointSet
[src]

Formats the value using the given formatter.

impl Default for Struct_cpContactPointSet
[src]

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