Struct libR_sys::R_inpstream_st
source · #[repr(C)]pub struct R_inpstream_st {
pub data: R_pstream_data_t,
pub type_: R_pstream_format_t,
pub InChar: Option<unsafe extern "C" fn(arg1: R_inpstream_t) -> c_int>,
pub InBytes: Option<unsafe extern "C" fn(arg1: R_inpstream_t, arg2: *mut c_void, arg3: c_int)>,
pub InPersistHookFunc: Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP) -> SEXP>,
pub InPersistHookData: SEXP,
pub native_encoding: [c_char; 64],
pub nat2nat_obj: *mut c_void,
pub nat2utf8_obj: *mut c_void,
}
Fields§
§data: R_pstream_data_t
§type_: R_pstream_format_t
§InChar: Option<unsafe extern "C" fn(arg1: R_inpstream_t) -> c_int>
§InBytes: Option<unsafe extern "C" fn(arg1: R_inpstream_t, arg2: *mut c_void, arg3: c_int)>
§InPersistHookFunc: Option<unsafe extern "C" fn(arg1: SEXP, arg2: SEXP) -> SEXP>
§InPersistHookData: SEXP
§native_encoding: [c_char; 64]
§nat2nat_obj: *mut c_void
§nat2utf8_obj: *mut c_void
Trait Implementations§
source§impl Clone for R_inpstream_st
impl Clone for R_inpstream_st
source§fn clone(&self) -> R_inpstream_st
fn clone(&self) -> R_inpstream_st
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for R_inpstream_st
impl Debug for R_inpstream_st
impl Copy for R_inpstream_st
Auto Trait Implementations§
impl Freeze for R_inpstream_st
impl RefUnwindSafe for R_inpstream_st
impl !Send for R_inpstream_st
impl !Sync for R_inpstream_st
impl Unpin for R_inpstream_st
impl UnwindSafe for R_inpstream_st
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
)