Struct chipmunk_sys::Struct_cpSegmentQueryInfo [] [src]

#[repr(C)]
pub struct Struct_cpSegmentQueryInfo { pub shape: *const cpShape, pub point: cpVect, pub normal: cpVect, pub alpha: cpFloat, }

Fields

Trait Implementations

impl Copy for Struct_cpSegmentQueryInfo
[src]

impl Clone for Struct_cpSegmentQueryInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpSegmentQueryInfo
[src]

Formats the value using the given formatter.

impl Default for Struct_cpSegmentQueryInfo
[src]

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