__FILE

Type Alias __FILE 

Source
pub type __FILE = __sFILE;

Aliased Type§

#[repr(C)]
pub struct __FILE {
Show 24 fields pub _p: *mut u8, pub _r: i32, pub _w: i32, pub _flags: i16, pub _file: i16, pub _bf: __sbuf, pub _lbfsize: i32, pub _cookie: *mut c_void, pub _read: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, *mut u8, i32) -> i32>, pub _write: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, *const u8, i32) -> i32>, pub _seek: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, i32, i32) -> i32>, pub _close: Option<unsafe extern "C" fn(*mut _reent, *mut c_void) -> i32>, pub _ub: __sbuf, pub _up: *mut u8, pub _ur: i32, pub _ubuf: [u8; 3], pub _nbuf: [u8; 1], pub _lb: __sbuf, pub _blksize: i32, pub _offset: i32, pub _data: *mut _reent, pub _lock: *mut __lock, pub _mbstate: _mbstate_t, pub _flags2: i32,
}

Fields§

§_p: *mut u8§_r: i32§_w: i32§_flags: i16§_file: i16§_bf: __sbuf§_lbfsize: i32§_cookie: *mut c_void§_read: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, *mut u8, i32) -> i32>§_write: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, *const u8, i32) -> i32>§_seek: Option<unsafe extern "C" fn(*mut _reent, *mut c_void, i32, i32) -> i32>§_close: Option<unsafe extern "C" fn(*mut _reent, *mut c_void) -> i32>§_ub: __sbuf§_up: *mut u8§_ur: i32§_ubuf: [u8; 3]§_nbuf: [u8; 1]§_lb: __sbuf§_blksize: i32§_offset: i32§_data: *mut _reent§_lock: *mut __lock§_mbstate: _mbstate_t§_flags2: i32