Struct guile_sys::Struct_scm_t_hashtable [] [src]

#[repr(C)]
pub struct Struct_scm_t_hashtable { pub flags: c_int, pub n_items: c_ulong, pub lower: c_ulong, pub upper: c_ulong, pub size_index: c_int, pub min_size_index: c_int, pub hash_fn: scm_t_hash_fn, }

Fields

Trait Implementations

impl Copy for Struct_scm_t_hashtable
[src]

impl Clone for Struct_scm_t_hashtable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_t_hashtable
[src]

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