Struct arduino_esp::_reent [] [src]

#[repr(C)]
pub struct _reent { pub _errno: c_int, pub _stdin: *mut __FILE, pub _stdout: *mut __FILE, pub _stderr: *mut __FILE, pub _inc: c_int, pub _emergency: *mut c_char, pub __sdidinit: c_int, pub _current_category: c_int, pub _current_locale: *const c_char, pub _mp: *mut _mprec, pub __cleanup: Option<unsafe extern "C" fn(_: *mut _reent)>, pub _gamma_signgam: c_int, pub _cvtlen: c_int, pub _cvtbuf: *mut c_char, pub _r48: *mut _rand48, pub _localtime_buf: *mut __tm, pub _asctime_buf: *mut c_char, pub _sig_func: *mut Option<unsafe extern "C" fn(_: c_int)>, pub _atexit: *mut _atexit, pub _atexit0: _atexit, pub __sglue: _glue, pub __sf: *mut __FILE, pub _misc: *mut _misc_reent, pub _signal_buf: *mut c_char, }

Fields

Trait Implementations

impl Debug for _reent
[src]

[src]

Formats the value using the given formatter.

impl Copy for _reent
[src]

impl Clone for _reent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more