Struct gravity::gravity_gc_t [] [src]

#[repr(C)]
pub struct gravity_gc_t { pub isdark: bool, pub next: *mut gravity_object_t, }

Fields

Trait Implementations

impl Debug for gravity_gc_t
[src]

Formats the value using the given formatter.

impl Copy for gravity_gc_t
[src]

impl Clone for gravity_gc_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more