Struct chipmunk_sys::Struct_cpPointQueryInfo [] [src]

#[repr(C)]
pub struct Struct_cpPointQueryInfo { pub shape: *const cpShape, pub point: cpVect, pub distance: cpFloat, pub gradient: cpVect, }

Fields

Trait Implementations

impl Copy for Struct_cpPointQueryInfo
[src]

impl Clone for Struct_cpPointQueryInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpPointQueryInfo
[src]

Formats the value using the given formatter.

impl Default for Struct_cpPointQueryInfo
[src]

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