Struct python27_sys::PyMethodChain [−][src]
#[repr(C)]pub struct PyMethodChain { pub methods: *mut PyMethodDef, pub link: *mut PyMethodChain, }
Fields
methods: *mut PyMethodDef
link: *mut PyMethodChain
Trait Implementations
impl Copy for PyMethodChain
[src]
impl Copy for PyMethodChain
impl Clone for PyMethodChain
[src]
impl Clone for PyMethodChain
fn clone(&self) -> PyMethodChain
[src]
fn clone(&self) -> PyMethodChain
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for PyMethodChain
impl !Send for PyMethodChain
impl !Sync for PyMethodChain
impl !Sync for PyMethodChain