Struct python27_sys::PyMethodChain[][src]

#[repr(C)]
pub struct PyMethodChain { pub methods: *mut PyMethodDef, pub link: *mut PyMethodChain, }

Fields

Trait Implementations

impl Copy for PyMethodChain
[src]

impl Clone for PyMethodChain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for PyMethodChain

impl !Sync for PyMethodChain