Struct chipmunk_sys::Struct_cpBB [] [src]

#[repr(C)]
pub struct Struct_cpBB { pub l: cpFloat, pub b: cpFloat, pub r: cpFloat, pub t: cpFloat, }

Fields

Trait Implementations

impl Copy for Struct_cpBB
[src]

impl Clone for Struct_cpBB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_cpBB
[src]

Formats the value using the given formatter.

impl Default for Struct_cpBB
[src]

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