Struct python3_sys::PyMappingMethods
source · #[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§
source§impl Clone for PyMappingMethods
impl Clone for PyMappingMethods
source§impl Default for PyMappingMethods
impl Default for PyMappingMethods
impl Copy for PyMappingMethods
Auto Trait Implementations§
impl Freeze for PyMappingMethods
impl RefUnwindSafe for PyMappingMethods
impl Send for PyMappingMethods
impl Sync for PyMappingMethods
impl Unpin for PyMappingMethods
impl UnwindSafe for PyMappingMethods
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)