Struct rust_htslib::htslib::_IO_FILE
source · [−]#[repr(C)]pub struct _IO_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]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _IO_FILE
impl !Send for _IO_FILE
impl !Sync for _IO_FILE
impl Unpin for _IO_FILE
impl UnwindSafe for _IO_FILE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more