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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more