Struct linenoise::ffi::Struct___sFILE [] [src]

#[repr(C)]
pub struct 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: Struct___sbuf, pub _lbfsize: c_int, pub _cookie: *mut c_void, pub _close: Option<extern "C" fn(arg1: *mut c_void) -> c_int>, pub _read: Option<extern "C" fn(arg1: *mut c_void, arg2: *mut c_char, arg3: c_int) -> c_int>, pub _seek: Option<extern "C" fn(arg1: *mut c_void, arg2: fpos_t, arg3: c_int) -> fpos_t>, pub _write: Option<extern "C" fn(arg1: *mut c_void, arg2: *const c_char, arg3: c_int) -> c_int>, pub _ub: Struct___sbuf, pub _extra: *mut Struct___sFILEX, pub _ur: c_int, pub _ubuf: [c_uchar; 3], pub _nbuf: [c_uchar; 1], pub _lb: Struct___sbuf, pub _blksize: c_int, pub _offset: fpos_t, }

Fields

Trait Implementations

Auto Trait Implementations

impl !Send for Struct___sFILE

impl !Sync for Struct___sFILE