#[repr(C)]pub struct gnrc_sock_reg {
pub entry: gnrc_netreg_entry_t,
pub mbox: mbox_t,
pub mbox_queue: [msg_t; 8],
pub netreg_cb: gnrc_netreg_entry_cbd_t,
pub async_cb: gnrc_sock_reg__bindgen_ty_1,
pub async_cb_arg: *mut c_void,
pub async_ctx: sock_async_ctx_t,
}
Expand description
@brief sock @ref net_gnrc_netreg info @internal
Fields§
§entry: gnrc_netreg_entry_t
< @ref net_gnrc_netreg entry for mbox
mbox: mbox_t
< @ref core_mbox target for the sock
mbox_queue: [msg_t; 8]
< queue for gnrc_sock_reg_t::mbox
netreg_cb: gnrc_netreg_entry_cbd_t
< netreg callback
async_cb: gnrc_sock_reg__bindgen_ty_1
§async_cb_arg: *mut c_void
< asynchronous callback argument
async_ctx: sock_async_ctx_t
< asynchronous event context
Trait Implementations§
Source§impl Clone for gnrc_sock_reg
impl Clone for gnrc_sock_reg
Source§fn clone(&self) -> gnrc_sock_reg
fn clone(&self) -> gnrc_sock_reg
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 gnrc_sock_reg
impl Debug for gnrc_sock_reg
Source§impl Default for gnrc_sock_reg
impl Default for gnrc_sock_reg
impl Copy for gnrc_sock_reg
Auto Trait Implementations§
impl Freeze for gnrc_sock_reg
impl RefUnwindSafe for gnrc_sock_reg
impl !Send for gnrc_sock_reg
impl !Sync for gnrc_sock_reg
impl Unpin for gnrc_sock_reg
impl UnwindSafe for gnrc_sock_reg
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
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 148 bytes