Struct chipmunk_sys::Struct_cpPolyShape [] [src]

#[repr(C)]
pub struct Struct_cpPolyShape { pub shape: cpShape, pub r: cpFloat, pub count: c_int, pub planes: *mut Struct_cpSplittingPlane, pub _planes: [Struct_cpSplittingPlane; 12], }

Fields

Trait Implementations

impl Copy for Struct_cpPolyShape
[src]

impl Clone for Struct_cpPolyShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpPolyShape
[src]

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