Struct riot_sys::sock_async_ctx_t
source · #[repr(C)]pub struct sock_async_ctx_t {
pub event: sock_event_t,
pub queue: *mut event_queue_t,
}
Expand description
@brief Asynchronous context for @ref net_sock_async_event
Fields§
§event: sock_event_t
< event storage
queue: *mut event_queue_t
< event queue to post socket events to
Trait Implementations§
source§impl Clone for sock_async_ctx_t
impl Clone for sock_async_ctx_t
source§fn clone(&self) -> sock_async_ctx_t
fn clone(&self) -> sock_async_ctx_t
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 more