Struct arduino_esp::__sFILE [] [src]

#[repr(C)]
pub struct __sFILE { pub _p: *mut c_uchar, pub _r: c_int, pub _w: c_int, pub _flags: c_short, pub _file: c_short, pub _bf: __sbuf, pub _lbfsize: c_int, pub _data: *mut _reent, pub _cookie: *mut c_void, pub _read: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *mut c_char, _: c_int) -> c_int>, pub _write: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *const c_char, _: c_int) -> c_int>, pub _seek: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: _fpos_t, _: c_int) -> _fpos_t>, pub _close: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void) -> c_int>, pub _ub: __sbuf, pub _up: *mut c_uchar, pub _ur: c_int, pub _ubuf: [c_uchar; 3], pub _nbuf: [c_uchar; 1], pub _lb: __sbuf, pub _blksize: c_int, pub _offset: _off_t, pub _lock: _flock_t, pub _mbstate: _mbstate_t, pub _flags2: c_int, }

Fields

Trait Implementations

impl Copy for __sFILE
[src]

impl Clone for __sFILE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more