Type Alias rust_htslib::htslib::FILE
source · pub type FILE = _IO_FILE;
Aliased Type§
struct FILE {Show 29 fields
pub _flags: i32,
pub _IO_read_ptr: *mut i8,
pub _IO_read_end: *mut i8,
pub _IO_read_base: *mut i8,
pub _IO_write_base: *mut i8,
pub _IO_write_ptr: *mut i8,
pub _IO_write_end: *mut i8,
pub _IO_buf_base: *mut i8,
pub _IO_buf_end: *mut i8,
pub _IO_save_base: *mut i8,
pub _IO_backup_base: *mut i8,
pub _IO_save_end: *mut i8,
pub _markers: *mut _IO_marker,
pub _chain: *mut _IO_FILE,
pub _fileno: i32,
pub _flags2: i32,
pub _old_offset: i64,
pub _cur_column: u16,
pub _vtable_offset: i8,
pub _shortbuf: [i8; 1],
pub _lock: *mut c_void,
pub _offset: i64,
pub __pad1: *mut c_void,
pub __pad2: *mut c_void,
pub __pad3: *mut c_void,
pub __pad4: *mut c_void,
pub __pad5: u64,
pub _mode: i32,
pub _unused2: [i8; 20],
}
Fields§
§_flags: i32
§_IO_read_ptr: *mut i8
§_IO_read_end: *mut i8
§_IO_read_base: *mut i8
§_IO_write_base: *mut i8
§_IO_write_ptr: *mut i8
§_IO_write_end: *mut i8
§_IO_buf_base: *mut i8
§_IO_buf_end: *mut i8
§_IO_save_base: *mut i8
§_IO_backup_base: *mut i8
§_IO_save_end: *mut i8
§_markers: *mut _IO_marker
§_chain: *mut _IO_FILE
§_fileno: i32
§_flags2: i32
§_old_offset: i64
§_cur_column: u16
§_vtable_offset: i8
§_shortbuf: [i8; 1]
§_lock: *mut c_void
§_offset: i64
§__pad1: *mut c_void
§__pad2: *mut c_void
§__pad3: *mut c_void
§__pad4: *mut c_void
§__pad5: u64
§_mode: i32
§_unused2: [i8; 20]