Struct pyo3::ffi::PyHash_FuncDef [−][src]
#[repr(C)]pub struct PyHash_FuncDef { pub hash: Option<extern "C" fn(arg1: *const c_void, arg2: Py_ssize_t) -> Py_hash_t>, pub name: *const c_char, pub hash_bits: c_int, pub seed_bits: c_int, }
Fields
hash: Option<extern "C" fn(arg1: *const c_void, arg2: Py_ssize_t) -> Py_hash_t>name: *const c_charhash_bits: c_intseed_bits: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyHash_FuncDef
impl !Send for PyHash_FuncDef
impl !Sync for PyHash_FuncDef
impl Unpin for PyHash_FuncDef
impl UnwindSafe for PyHash_FuncDef
Blanket Implementations
Mutably borrows from an owned value. Read more