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],
}
§_cur_column: u16
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.