Struct python27_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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more