esp_idf_sysType Alias arg_hdr_t
Source pub type arg_hdr_t = arg_hdr;
struct arg_hdr_t {Show 13 fields
pub flag: i8,
pub shortopts: *const i8,
pub longopts: *const i8,
pub datatype: *const i8,
pub glossary: *const i8,
pub mincount: i32,
pub maxcount: i32,
pub parent: *mut c_void,
pub resetfn: Option<unsafe extern "C" fn(_: *mut c_void)>,
pub scanfn: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> i32>,
pub checkfn: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
pub errorfn: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut _internal_arg_dstr, _: i32, _: *const i8, _: *const i8)>,
pub priv_: *mut c_void,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more