Struct chipmunk_sys::Struct_cpVect [] [src]

#[repr(C)]
pub struct Struct_cpVect { pub x: cpFloat, pub y: cpFloat, }

Fields

Trait Implementations

impl Copy for Struct_cpVect
[src]

impl Clone for Struct_cpVect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpVect
[src]

Formats the value using the given formatter.

impl Default for Struct_cpVect
[src]

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