Struct pyo3_ffi::PyMethodDescrObject
source · #[repr(C)]pub struct PyMethodDescrObject {
pub d_common: PyDescrObject,
pub d_method: *mut PyMethodDef,
pub vectorcall: Option<vectorcallfunc>,
}
Fields§
§d_common: PyDescrObject
§d_method: *mut PyMethodDef
§vectorcall: Option<vectorcallfunc>
Auto Trait Implementations§
impl RefUnwindSafe for PyMethodDescrObject
impl !Send for PyMethodDescrObject
impl !Sync for PyMethodDescrObject
impl Unpin for PyMethodDescrObject
impl UnwindSafe for PyMethodDescrObject
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