esp_idf_sys

Type Alias arg_cmd_info_t

Source
pub type arg_cmd_info_t = arg_cmd_info;

Aliased Type§

struct arg_cmd_info_t {
    pub name: [i8; 100],
    pub description: [i8; 256],
    pub proc_: Option<unsafe extern "C" fn(_: i32, _: *mut *mut i8, _: *mut _internal_arg_dstr) -> i32>,
}

Fields§

§name: [i8; 100]§description: [i8; 256]§proc_: Option<unsafe extern "C" fn(_: i32, _: *mut *mut i8, _: *mut _internal_arg_dstr) -> i32>

Trait Implementations

Source§

impl Clone for arg_cmd_info

Source§

fn clone(&self) -> arg_cmd_info

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for arg_cmd_info

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for arg_cmd_info

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for arg_cmd_info