Struct simics_api_sys::bindings::PyMappingMethods
source · #[repr(C)]pub struct PyMappingMethods {
pub mp_length: lenfunc,
pub mp_subscript: binaryfunc,
pub mp_ass_subscript: objobjargproc,
}
Fields§
§mp_length: lenfunc
§mp_subscript: binaryfunc
§mp_ass_subscript: objobjargproc
Trait Implementations§
source§impl Clone for PyMappingMethods
impl Clone for PyMappingMethods
source§fn clone(&self) -> PyMappingMethods
fn clone(&self) -> PyMappingMethods
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PyMappingMethods
impl Debug for PyMappingMethods
source§impl Default for PyMappingMethods
impl Default for PyMappingMethods
source§fn default() -> PyMappingMethods
fn default() -> PyMappingMethods
Returns the “default value” for a type. Read more
source§impl Hash for PyMappingMethods
impl Hash for PyMappingMethods
source§impl Ord for PyMappingMethods
impl Ord for PyMappingMethods
source§fn cmp(&self, other: &PyMappingMethods) -> Ordering
fn cmp(&self, other: &PyMappingMethods) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PyMappingMethods
impl PartialEq for PyMappingMethods
source§impl PartialOrd for PyMappingMethods
impl PartialOrd for PyMappingMethods
impl Copy for PyMappingMethods
impl Eq for PyMappingMethods
impl StructuralPartialEq 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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)