[][src]Struct guile_sys::scm_t_hashtable

#[repr(C)]
pub struct scm_t_hashtable { 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

n_items: c_ulonglower: c_ulongupper: c_ulongsize_index: c_intmin_size_index: c_inthash_fn: scm_t_hash_fn

Trait Implementations

impl Copy for scm_t_hashtable[src]

impl Clone for scm_t_hashtable[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for scm_t_hashtable[src]

Auto Trait Implementations

impl Send for scm_t_hashtable

impl Sync for scm_t_hashtable

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]