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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more