Struct python3_sys::PyType_Slot [−][src]
Fields
slot: c_int
pfunc: *mut c_void
Trait Implementations
impl Copy for PyType_Slot[src]
impl Copy for PyType_Slotimpl Clone for PyType_Slot[src]
impl Clone for PyType_Slotfn clone(&self) -> PyType_Slot[src]
fn clone(&self) -> PyType_SlotReturns 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 PyType_Slot[src]
impl Default for PyType_Slotfn default() -> PyType_Slot[src]
fn default() -> PyType_SlotReturns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for PyType_Slot
impl !Send for PyType_Slotimpl !Sync for PyType_Slot
impl !Sync for PyType_Slot