Struct python27_sys::PyMethodChain [] [src]

pub struct PyMethodChain {
    pub methods: *mut PyMethodDef,
    pub link: *mut PyMethodChain,
}

Fields

methods: *mut PyMethodDef link: *mut PyMethodChain

Trait Implementations

impl Clone for PyMethodChain
[src]

fn clone(&self) -> PyMethodChain

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for PyMethodChain
[src]