Struct pyo3_ffi::PyCMethodObject
source · pub struct PyCMethodObject {
pub func: PyCFunctionObject,
pub mm_class: *mut PyTypeObject,
}
Fields§
§func: PyCFunctionObject
§mm_class: *mut PyTypeObject
Auto Trait Implementations§
impl RefUnwindSafe for PyCMethodObject
impl !Send for PyCMethodObject
impl !Sync for PyCMethodObject
impl Unpin for PyCMethodObject
impl UnwindSafe for PyCMethodObject
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more