Struct pyo3_ffi::PyType_Slot
source · [−]Fields
slot: c_int
pfunc: *mut c_void
Trait Implementations
sourceimpl Clone for PyType_Slot
impl Clone for PyType_Slot
sourcefn clone(&self) -> PyType_Slot
fn clone(&self) -> PyType_Slot
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for PyType_Slot
impl Default for PyType_Slot
sourcefn default() -> PyType_Slot
fn default() -> PyType_Slot
Returns the “default value” for a type. Read more
impl Copy for PyType_Slot
Auto Trait Implementations
impl RefUnwindSafe for PyType_Slot
impl !Send for PyType_Slot
impl !Sync for PyType_Slot
impl Unpin for PyType_Slot
impl UnwindSafe for PyType_Slot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more