Struct rust_htslib::htslib::_IO_FILE [−][src]
#[repr(C)]pub struct _IO_FILE {}Show 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]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _IO_FILE
impl UnwindSafe for _IO_FILE
Blanket Implementations
Mutably borrows from an owned value. Read more