#[repr(C)]pub struct AsyncParameters {
pub user_apc_routine: *mut c_void,
pub user_apc_context: *mut c_void,
}Fields§
§user_apc_routine: *mut c_void§user_apc_context: *mut c_voidTrait Implementations§
Source§impl Clone for AsyncParameters
impl Clone for AsyncParameters
Source§fn clone(&self) -> AsyncParameters
fn clone(&self) -> AsyncParameters
Returns a duplicate 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 moreimpl Copy for AsyncParameters
Auto Trait Implementations§
impl Freeze for AsyncParameters
impl RefUnwindSafe for AsyncParameters
impl !Send for AsyncParameters
impl !Sync for AsyncParameters
impl Unpin for AsyncParameters
impl UnwindSafe for AsyncParameters
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