Struct chipmunk_sys::Struct_cpSpaceDebugColor [] [src]

#[repr(C)]
pub struct Struct_cpSpaceDebugColor { pub r: c_float, pub g: c_float, pub b: c_float, pub a: c_float, }

Fields

Trait Implementations

impl Copy for Struct_cpSpaceDebugColor
[src]

impl Clone for Struct_cpSpaceDebugColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpSpaceDebugColor
[src]

Formats the value using the given formatter.

impl Default for Struct_cpSpaceDebugColor
[src]

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