Struct python27_sys::PyHeapTypeObject [−][src]
#[repr(C)]pub struct PyHeapTypeObject { pub ht_type: PyTypeObject, 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, }
Fields
ht_type: PyTypeObject
as_number: PyNumberMethods
as_mapping: PyMappingMethods
as_sequence: PySequenceMethods
as_buffer: PyBufferProcs
ht_name: *mut PyObject
ht_slots: *mut PyObject
Trait Implementations
impl Copy for PyHeapTypeObject[src]
impl Copy for PyHeapTypeObjectimpl Clone for PyHeapTypeObject[src]
impl Clone for PyHeapTypeObjectfn clone(&self) -> PyHeapTypeObject[src]
fn clone(&self) -> PyHeapTypeObjectReturns 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
Auto Trait Implementations
impl !Send for PyHeapTypeObject
impl !Send for PyHeapTypeObjectimpl !Sync for PyHeapTypeObject
impl !Sync for PyHeapTypeObject