Struct python3_sys::PyHeapTypeObject [−][src]
#[repr(C)]pub struct PyHeapTypeObject { pub ht_type: PyTypeObject, pub as_async: PyAsyncMethods, pub as_number: PyNumberMethods, pub as_mapping: PyMappingMethods, pub as_sequence: PySequenceMethods, pub as_buffer: PyBufferProcs, pub ht_name: *mut PyObject, pub ht_slots: *mut PyObject, pub ht_qualname: *mut PyObject, pub ht_cached_keys: *mut c_void, }
Fields
ht_type: PyTypeObject
as_async: PyAsyncMethods
as_number: PyNumberMethods
as_mapping: PyMappingMethods
as_sequence: PySequenceMethods
as_buffer: PyBufferProcs
ht_name: *mut PyObject
ht_slots: *mut PyObject
ht_qualname: *mut PyObject
ht_cached_keys: *mut c_void
Trait Implementations
impl Copy for PyHeapTypeObject[src]
impl Copy for PyHeapTypeObjectimpl Clone for PyHeapTypeObject[src]
impl Clone for PyHeapTypeObjectfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for PyHeapTypeObject[src]
impl Default for PyHeapTypeObjectAuto Trait Implementations
impl !Send for PyHeapTypeObject
impl !Send for PyHeapTypeObjectimpl !Sync for PyHeapTypeObject
impl !Sync for PyHeapTypeObject