Struct chipmunk_sys::Struct_cpSpaceDebugDrawOptions [] [src]

#[repr(C)]
pub struct Struct_cpSpaceDebugDrawOptions { pub drawCircle: cpSpaceDebugDrawCircleImpl, pub drawSegment: cpSpaceDebugDrawSegmentImpl, pub drawFatSegment: cpSpaceDebugDrawFatSegmentImpl, pub drawPolygon: cpSpaceDebugDrawPolygonImpl, pub drawDot: cpSpaceDebugDrawDotImpl, pub flags: cpSpaceDebugDrawFlags, pub shapeOutlineColor: cpSpaceDebugColor, pub colorForShape: cpSpaceDebugDrawColorForShapeImpl, pub constraintColor: cpSpaceDebugColor, pub collisionPointColor: cpSpaceDebugColor, pub data: cpDataPointer, }

Fields

Trait Implementations

impl Copy for Struct_cpSpaceDebugDrawOptions
[src]

impl Clone for Struct_cpSpaceDebugDrawOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpSpaceDebugDrawOptions
[src]

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