Struct riot_sys::gnrc_netapi_opt_t
source · #[repr(C)]pub struct gnrc_netapi_opt_t {
pub opt: netopt_t,
pub context: u16,
pub data: *mut c_void,
pub data_len: u16,
}
Expand description
@brief Data structure to be send for setting (@ref GNRC_NETAPI_MSG_TYPE_SET) and getting (@ref GNRC_NETAPI_MSG_TYPE_GET) options
Fields§
§opt: netopt_t
< the option to get/set
context: u16
< (optional) context for that option
data: *mut c_void
< data to set or buffer to read into
data_len: u16
< size of the data / the buffer
Trait Implementations§
source§impl Clone for gnrc_netapi_opt_t
impl Clone for gnrc_netapi_opt_t
source§fn clone(&self) -> gnrc_netapi_opt_t
fn clone(&self) -> gnrc_netapi_opt_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