pub type gcoap_request_memo_t = gcoap_request_memo;
Aliased Type§
struct gcoap_request_memo_t {
pub state: u32,
pub send_limit: i32,
pub msg: C2RustUnnamed_9,
pub remote_ep: _sock_tl_ep,
pub resp_handler: Option<unsafe extern "C" fn(_: *const gcoap_request_memo, _: *mut coap_pkt_t, _: *const _sock_tl_ep)>,
pub context: *mut c_void,
pub resp_evt_tmout: event_timeout_t,
pub resp_tmout_cb: event_callback_t,
pub socket: gcoap_socket_t,
}
Fields§
§state: u32
§send_limit: i32
§msg: C2RustUnnamed_9
§remote_ep: _sock_tl_ep
§resp_handler: Option<unsafe extern "C" fn(_: *const gcoap_request_memo, _: *mut coap_pkt_t, _: *const _sock_tl_ep)>
§context: *mut c_void
§resp_evt_tmout: event_timeout_t
§resp_tmout_cb: event_callback_t
§socket: gcoap_socket_t
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: 104 bytes