pub struct _reent__bindgen_ty_1__bindgen_ty_1 {
Show 19 fields pub _unused_rand: u32, pub _strtok_last: *mut i8, pub _asctime_buf: [i8; 26], pub _localtime_buf: __tm, pub _gamma_signgam: i32, pub _rand_next: u64, pub _r48: _rand48, pub _mblen_state: _mbstate_t, pub _mbtowc_state: _mbstate_t, pub _wctomb_state: _mbstate_t, pub _l64a_buf: [i8; 8], pub _signal_buf: [i8; 24], pub _getdate_err: i32, pub _mbrlen_state: _mbstate_t, pub _mbrtowc_state: _mbstate_t, pub _mbsrtowcs_state: _mbstate_t, pub _wcrtomb_state: _mbstate_t, pub _wcsrtombs_state: _mbstate_t, pub _h_errno: i32,
}

Fields

_unused_rand: u32_strtok_last: *mut i8_asctime_buf: [i8; 26]_localtime_buf: __tm_gamma_signgam: i32_rand_next: u64_r48: _rand48_mblen_state: _mbstate_t_mbtowc_state: _mbstate_t_wctomb_state: _mbstate_t_l64a_buf: [i8; 8]_signal_buf: [i8; 24]_getdate_err: i32_mbrlen_state: _mbstate_t_mbrtowc_state: _mbstate_t_mbsrtowcs_state: _mbstate_t_wcrtomb_state: _mbstate_t_wcsrtombs_state: _mbstate_t_h_errno: i32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.