Struct python27_sys::PyMappingMethods [] [src]

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 Clone for PyMappingMethods
[src]

fn clone(&self) -> PyMappingMethods

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