Struct chipmunk_sys::Struct_cpMat2x2 [] [src]

#[repr(C)]
pub struct Struct_cpMat2x2 { pub a: cpFloat, pub b: cpFloat, pub c: cpFloat, pub d: cpFloat, }

Fields

Trait Implementations

impl Copy for Struct_cpMat2x2
[src]

impl Clone for Struct_cpMat2x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpMat2x2
[src]

Formats the value using the given formatter.

impl Default for Struct_cpMat2x2
[src]

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