#[repr(C)]pub struct _iobuf {
pub _ptr: *mut c_char,
pub _cnt: c_int,
pub _base: *mut c_char,
pub _flag: c_int,
pub _file: c_int,
pub _charbuf: c_int,
pub _bufsiz: c_int,
pub _tmpfname: *mut c_char,
}
Fields§
§_ptr: *mut c_char
§_cnt: c_int
§_base: *mut c_char
§_flag: c_int
§_file: c_int
§_charbuf: c_int
§_bufsiz: c_int
§_tmpfname: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _iobuf
impl RefUnwindSafe for _iobuf
impl !Send for _iobuf
impl !Sync for _iobuf
impl Unpin for _iobuf
impl UnwindSafe for _iobuf
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)