Type Alias riot_sys::FILE

source ·
pub type FILE = __FILE;

Aliased Type§

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 _data: *mut _reent, 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 _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§_data: *mut _reent§_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§_lock: *mut __lock§_mbstate: _mbstate_t§_flags2: i32

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 104 bytes