Struct simics_api_sys::bindings::PyAsyncMethods
source · #[repr(C)]pub struct PyAsyncMethods {
pub am_await: unaryfunc,
pub am_aiter: unaryfunc,
pub am_anext: unaryfunc,
pub am_send: sendfunc,
}
Fields§
§am_await: unaryfunc
§am_aiter: unaryfunc
§am_anext: unaryfunc
§am_send: sendfunc
Trait Implementations§
source§impl Clone for PyAsyncMethods
impl Clone for PyAsyncMethods
source§fn clone(&self) -> PyAsyncMethods
fn clone(&self) -> PyAsyncMethods
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 PyAsyncMethods
impl Debug for PyAsyncMethods
source§impl Default for PyAsyncMethods
impl Default for PyAsyncMethods
source§fn default() -> PyAsyncMethods
fn default() -> PyAsyncMethods
Returns the “default value” for a type. Read more
source§impl Hash for PyAsyncMethods
impl Hash for PyAsyncMethods
source§impl Ord for PyAsyncMethods
impl Ord for PyAsyncMethods
source§fn cmp(&self, other: &PyAsyncMethods) -> Ordering
fn cmp(&self, other: &PyAsyncMethods) -> 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 PyAsyncMethods
impl PartialEq for PyAsyncMethods
source§impl PartialOrd for PyAsyncMethods
impl PartialOrd for PyAsyncMethods
impl Copy for PyAsyncMethods
impl Eq for PyAsyncMethods
impl StructuralPartialEq for PyAsyncMethods
Auto Trait Implementations§
impl Freeze for PyAsyncMethods
impl RefUnwindSafe for PyAsyncMethods
impl Send for PyAsyncMethods
impl Sync for PyAsyncMethods
impl Unpin for PyAsyncMethods
impl UnwindSafe for PyAsyncMethods
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
)