#[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§
§flags: c_int§n_items: c_ulong§lower: c_ulong§upper: c_ulong§size_index: c_int§min_size_index: c_int§hash_fn: scm_t_hash_fnTrait Implementations§
Source§impl Clone for Struct_scm_t_hashtable
impl Clone for Struct_scm_t_hashtable
Source§impl Default for Struct_scm_t_hashtable
impl Default for Struct_scm_t_hashtable
impl Copy for Struct_scm_t_hashtable
Auto Trait Implementations§
impl Freeze for Struct_scm_t_hashtable
impl RefUnwindSafe for Struct_scm_t_hashtable
impl Send for Struct_scm_t_hashtable
impl Sync for Struct_scm_t_hashtable
impl Unpin for Struct_scm_t_hashtable
impl UnwindSafe for Struct_scm_t_hashtable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more