[][src]Struct esp_idf_sys::_reent

#[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(arg1: *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(arg1: 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

_errno: c_int_stdin: *mut __FILE_stdout: *mut __FILE_stderr: *mut __FILE_inc: c_int_emergency: *mut c_char__sdidinit: c_int_current_category: c_int_current_locale: *const c_char_mp: *mut _mprec__cleanup: Option<unsafe extern "C" fn(arg1: *mut _reent)>_gamma_signgam: c_int_cvtlen: c_int_cvtbuf: *mut c_char_r48: *mut _rand48_localtime_buf: *mut __tm_asctime_buf: *mut c_char_sig_func: *mut Option<unsafe extern "C" fn(arg1: c_int)>_atexit: *mut _atexit_atexit0: _atexit__sglue: _glue__sf: *mut __FILE_misc: *mut _misc_reent_signal_buf: *mut c_char

Trait Implementations

impl Debug for _reent[src]

impl Copy for _reent[src]

impl Clone for _reent[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for _reent

impl !Sync for _reent

impl !Send for _reent

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]