esp_idf_sys

Type Alias arg_file_t

Source
pub type arg_file_t = arg_file;

Aliased Type§

struct arg_file_t {
    pub hdr: arg_hdr,
    pub count: i32,
    pub filename: *mut *const i8,
    pub basename: *mut *const i8,
    pub extension: *mut *const i8,
}

Fields§

§hdr: arg_hdr§count: i32§filename: *mut *const i8§basename: *mut *const i8§extension: *mut *const i8

Trait Implementations

Source§

impl Clone for arg_file

Source§

fn clone(&self) -> arg_file

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_file

Source§

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

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

impl Default for arg_file

Source§

fn default() -> Self

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

impl Copy for arg_file