#[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_voidTrait 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 duplicate 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