Struct simics_api_sys::PyType_Slot
source · #[repr(C)]pub struct PyType_Slot {
pub slot: c_int,
pub pfunc: *mut c_void,
}
Fields§
§slot: c_int
slot id, see below
pfunc: *mut c_void
function pointer
Trait Implementations§
source§impl Clone for PyType_Slot
impl Clone for PyType_Slot
source§fn clone(&self) -> PyType_Slot
fn clone(&self) -> PyType_Slot
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 PyType_Slot
impl Debug for PyType_Slot
source§impl Default for PyType_Slot
impl Default for PyType_Slot
source§impl Hash for PyType_Slot
impl Hash for PyType_Slot
source§impl Ord for PyType_Slot
impl Ord for PyType_Slot
source§fn cmp(&self, other: &PyType_Slot) -> Ordering
fn cmp(&self, other: &PyType_Slot) -> 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 PyType_Slot
impl PartialEq for PyType_Slot
source§impl PartialOrd for PyType_Slot
impl PartialOrd for PyType_Slot
impl Copy for PyType_Slot
impl Eq for PyType_Slot
impl StructuralPartialEq for PyType_Slot
Auto Trait Implementations§
impl Freeze for PyType_Slot
impl RefUnwindSafe for PyType_Slot
impl !Send for PyType_Slot
impl !Sync for PyType_Slot
impl Unpin for PyType_Slot
impl UnwindSafe for PyType_Slot
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
)