Struct simics_api_sys::bindings::PySequenceMethods
source · #[repr(C)]pub struct PySequenceMethods {
pub sq_length: lenfunc,
pub sq_concat: binaryfunc,
pub sq_repeat: ssizeargfunc,
pub sq_item: ssizeargfunc,
pub was_sq_slice: *mut c_void,
pub sq_ass_item: ssizeobjargproc,
pub was_sq_ass_slice: *mut c_void,
pub sq_contains: objobjproc,
pub sq_inplace_concat: binaryfunc,
pub sq_inplace_repeat: ssizeargfunc,
}
Fields§
§sq_length: lenfunc
§sq_concat: binaryfunc
§sq_repeat: ssizeargfunc
§sq_item: ssizeargfunc
§was_sq_slice: *mut c_void
§sq_ass_item: ssizeobjargproc
§was_sq_ass_slice: *mut c_void
§sq_contains: objobjproc
§sq_inplace_concat: binaryfunc
§sq_inplace_repeat: ssizeargfunc
Trait Implementations§
source§impl Clone for PySequenceMethods
impl Clone for PySequenceMethods
source§fn clone(&self) -> PySequenceMethods
fn clone(&self) -> PySequenceMethods
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 PySequenceMethods
impl Debug for PySequenceMethods
source§impl Default for PySequenceMethods
impl Default for PySequenceMethods
source§impl Hash for PySequenceMethods
impl Hash for PySequenceMethods
source§impl Ord for PySequenceMethods
impl Ord for PySequenceMethods
source§fn cmp(&self, other: &PySequenceMethods) -> Ordering
fn cmp(&self, other: &PySequenceMethods) -> 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 PySequenceMethods
impl PartialEq for PySequenceMethods
source§impl PartialOrd for PySequenceMethods
impl PartialOrd for PySequenceMethods
impl Copy for PySequenceMethods
impl Eq for PySequenceMethods
impl StructuralPartialEq for PySequenceMethods
Auto Trait Implementations§
impl Freeze for PySequenceMethods
impl RefUnwindSafe for PySequenceMethods
impl !Send for PySequenceMethods
impl !Sync for PySequenceMethods
impl Unpin for PySequenceMethods
impl UnwindSafe for PySequenceMethods
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
)