#[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: C2RustUnnamed_5,
pub async_cb_arg: *mut c_void,
pub async_ctx: sock_async_ctx_t,
}
Fields§
§entry: gnrc_netreg_entry_t
§mbox: mbox_t
§mbox_queue: [msg_t; 8]
§netreg_cb: gnrc_netreg_entry_cbd_t
§async_cb: C2RustUnnamed_5
§async_cb_arg: *mut c_void
§async_ctx: sock_async_ctx_t
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 moreimpl 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