#[repr(C)]pub struct async_dispatcher {
pub ops: *const async_ops_t,
}
Fields§
§ops: *const async_ops_t
Trait Implementations§
Source§impl Clone for async_dispatcher
impl Clone for async_dispatcher
Source§fn clone(&self) -> async_dispatcher
fn clone(&self) -> async_dispatcher
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 async_dispatcher
impl Debug for async_dispatcher
Source§impl Default for async_dispatcher
impl Default for async_dispatcher
impl Copy for async_dispatcher
Auto Trait Implementations§
impl Freeze for async_dispatcher
impl RefUnwindSafe for async_dispatcher
impl !Send for async_dispatcher
impl !Sync for async_dispatcher
impl Unpin for async_dispatcher
impl UnwindSafe for async_dispatcher
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
)