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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyMethodDef

impl !Sync for PyMethodDef