Struct esp_idf_hal::sys::__sFILE
source · #[repr(C)]pub struct __sFILE {Show 24 fields
pub _p: *mut u8,
pub _r: i32,
pub _w: i32,
pub _flags: i16,
pub _file: i16,
pub _bf: __sbuf,
pub _lbfsize: i32,
pub _data: *mut _reent,
pub _cookie: *mut c_void,
pub _read: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *mut i8, _: i32) -> i32>,
pub _write: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *const i8, _: i32) -> i32>,
pub _seek: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: i32, _: i32) -> i32>,
pub _close: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void) -> i32>,
pub _ub: __sbuf,
pub _up: *mut u8,
pub _ur: i32,
pub _ubuf: [u8; 3],
pub _nbuf: [u8; 1],
pub _lb: __sbuf,
pub _blksize: i32,
pub _offset: i32,
pub _lock: *mut __lock,
pub _mbstate: _mbstate_t,
pub _flags2: i32,
}
Fields§
§_p: *mut u8
§_r: i32
§_w: i32
§_flags: i16
§_file: i16
§_bf: __sbuf
§_lbfsize: i32
§_data: *mut _reent
§_read: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *mut i8, _: i32) -> i32>
§_write: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: *const i8, _: i32) -> i32>
§_seek: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void, _: i32, _: i32) -> i32>
§_close: Option<unsafe extern "C" fn(_: *mut _reent, _: *mut c_void) -> i32>
§_ub: __sbuf
§_up: *mut u8
§_ur: i32
§_ubuf: [u8; 3]
§_nbuf: [u8; 1]
§_lb: __sbuf
§_blksize: i32
§_offset: i32
§_lock: *mut __lock
§_mbstate: _mbstate_t
§_flags2: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __sFILE
impl RefUnwindSafe for __sFILE
impl !Send for __sFILE
impl !Sync for __sFILE
impl Unpin for __sFILE
impl UnwindSafe for __sFILE
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)