Struct python27_sys::PyMappingMethods [−][src]
#[repr(C)]pub struct PyMappingMethods { pub mp_length: Option<lenfunc>, pub mp_subscript: Option<binaryfunc>, pub mp_ass_subscript: Option<objobjargproc>, }
Fields
mp_length: Option<lenfunc>
mp_subscript: Option<binaryfunc>
mp_ass_subscript: Option<objobjargproc>
Trait Implementations
impl Copy for PyMappingMethods
[src]
impl Copy for PyMappingMethods
impl Clone for PyMappingMethods
[src]
impl Clone for PyMappingMethods
fn clone(&self) -> PyMappingMethods
[src]
fn clone(&self) -> PyMappingMethods
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 PyMappingMethods
impl Send for PyMappingMethods
impl Sync for PyMappingMethods
impl Sync for PyMappingMethods