Struct pyo3::ffi::PyMethodDef [−][src]
#[repr(C)]pub struct PyMethodDef {
pub ml_name: *const c_char,
pub ml_meth: Option<PyCFunction>,
pub ml_flags: c_int,
pub ml_doc: *const c_char,
}
Fields
ml_name: *const c_char
ml_meth: Option<PyCFunction>
ml_flags: c_int
ml_doc: *const c_char
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PyMethodDef
impl !Send for PyMethodDef
impl Unpin for PyMethodDef
impl UnwindSafe for PyMethodDef
Blanket Implementations
Mutably borrows from an owned value. Read more