Struct pyo3::ffi::PyMappingMethods [] [src]

#[repr(C)]
pub struct PyMappingMethods { pub mp_length: Option<lenfunc>, pub mp_subscript: Option<binaryfunc>, pub mp_ass_subscript: Option<objobjargproc>, }

Fields

Trait Implementations

impl Copy for PyMappingMethods
[src]

impl Clone for PyMappingMethods
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PyMappingMethods
[src]

[src]

Returns the "default value" for a type. Read more