Struct gravity::gravity_module_t [] [src]

#[repr(C)]
pub struct gravity_module_t { pub isa: *mut gravity_class_t, pub gc: gravity_gc_t, pub identifier: *const c_char, pub htable: *mut gravity_hash_t, }

Fields

Trait Implementations

impl Debug for gravity_module_t
[src]

Formats the value using the given formatter.

impl Copy for gravity_module_t
[src]

impl Clone for gravity_module_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more