Struct arduino_esp::__tm [] [src]

#[repr(C)]
pub struct __tm { pub __tm_sec: c_int, pub __tm_min: c_int, pub __tm_hour: c_int, pub __tm_mday: c_int, pub __tm_mon: c_int, pub __tm_year: c_int, pub __tm_wday: c_int, pub __tm_yday: c_int, pub __tm_isdst: c_int, }

Fields

Trait Implementations

impl Debug for __tm
[src]

[src]

Formats the value using the given formatter.

impl Copy for __tm
[src]

impl Clone for __tm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more