Struct python3_sys::PyAsyncMethods [−][src]
#[repr(C)]pub struct PyAsyncMethods { pub am_await: Option<unaryfunc>, pub am_aiter: Option<unaryfunc>, pub am_anext: Option<unaryfunc>, }
Fields
am_await: Option<unaryfunc>
am_aiter: Option<unaryfunc>
am_anext: Option<unaryfunc>
Trait Implementations
impl Copy for PyAsyncMethods
[src]
impl Copy for PyAsyncMethods
impl Clone for PyAsyncMethods
[src]
impl Clone for PyAsyncMethods
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for PyAsyncMethods
[src]
impl Default for PyAsyncMethods
Auto Trait Implementations
impl Send for PyAsyncMethods
impl Send for PyAsyncMethods
impl Sync for PyAsyncMethods
impl Sync for PyAsyncMethods