#[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 _codecvt: *mut _IO_codecvt,
pub _wide_data: *mut _IO_wide_data,
pub _freeres_list: *mut _IO_FILE,
pub _freeres_buf: *mut c_void,
pub __pad5: usize,
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
§_codecvt: *mut _IO_codecvt
§_wide_data: *mut _IO_wide_data
§_freeres_list: *mut _IO_FILE
§_freeres_buf: *mut c_void
§__pad5: usize
§_mode: i32
§_unused2: [i8; 20]
Trait Implementations§
source§impl PartialEq for _IO_FILE
impl PartialEq for _IO_FILE
impl Copy for _IO_FILE
impl StructuralPartialEq for _IO_FILE
Auto Trait Implementations§
impl Freeze for _IO_FILE
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert