esp_idf_svc::sys

Type Alias arg_rex_t

Source
pub type arg_rex_t = arg_rex;

Aliased Type§

struct arg_rex_t {
    pub hdr: arg_hdr,
    pub count: i32,
    pub sval: *mut *const u8,
}

Fields§

§hdr: arg_hdr§count: i32§sval: *mut *const u8