esp_idf_sys

Type Alias arg_date_t

Source
pub type arg_date_t = arg_date;

Aliased Type§

struct arg_date_t {
    pub hdr: arg_hdr,
    pub format: *const i8,
    pub count: i32,
    pub tmval: *mut tm,
}

Fields§

§hdr: arg_hdr§format: *const i8§count: i32§tmval: *mut tm

Trait Implementations

Source§

impl Clone for arg_date

Source§

fn clone(&self) -> arg_date

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_date

Source§

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

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

impl Default for arg_date

Source§

fn default() -> Self

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

impl Copy for arg_date