pub struct PyCMethodObject {
pub func: PyCFunctionObject,
pub mm_class: *mut PyTypeObject,
}
Available on
Py_3_9
and non-PyPy
and non-Py_LIMITED_API
and non-GraalPy
only.Fields§
§func: PyCFunctionObject
§mm_class: *mut PyTypeObject
Auto Trait Implementations§
impl Freeze for PyCMethodObject
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