Struct python3_sys::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

Trait Implementations

impl Copy for PyMethodDef
[src]

impl Clone for PyMethodDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PyMethodDef
[src]

Returns the "default value" for a type. Read more