Struct rust_tcl_sys::tcl::Struct_Tcl_HashKeyType [-] [+] [src]

pub struct Struct_Tcl_HashKeyType {
    pub version: c_int,
    pub flags: c_int,
    pub hashKeyProc: *mut Tcl_HashKeyProc,
    pub compareKeysProc: *mut Tcl_CompareHashKeysProc,
    pub allocEntryProc: *mut Tcl_AllocHashEntryProc,
    pub freeEntryProc: *mut Tcl_FreeHashEntryProc,
}

Fields

version
flags
hashKeyProc
compareKeysProc
allocEntryProc
freeEntryProc

Trait Implementations

impl Default for Struct_Tcl_HashKeyType

fn default() -> Struct_Tcl_HashKeyType