#[repr(C)]pub struct Struct_R_outpstream_st {
pub data: R_pstream_data_t,
pub _type: R_pstream_format_t,
pub version: c_int,
pub OutChar: Option<extern "C" fn(arg1: R_outpstream_t, arg2: c_int)>,
pub OutBytes: Option<unsafe extern "C" fn(arg1: R_outpstream_t, arg2: *mut c_void, arg3: c_int)>,
pub OutPersistHookFunc: Option<extern "C" fn(arg1: SEXP, arg2: SEXP) -> SEXP>,
pub OutPersistHookData: SEXP,
}
Fields§
§data: R_pstream_data_t
§_type: R_pstream_format_t
§version: c_int
§OutChar: Option<extern "C" fn(arg1: R_outpstream_t, arg2: c_int)>
§OutBytes: Option<unsafe extern "C" fn(arg1: R_outpstream_t, arg2: *mut c_void, arg3: c_int)>
§OutPersistHookFunc: Option<extern "C" fn(arg1: SEXP, arg2: SEXP) -> SEXP>
§OutPersistHookData: SEXP
Trait Implementations§
Source§impl Clone for Struct_R_outpstream_st
impl Clone for Struct_R_outpstream_st
Source§impl Default for Struct_R_outpstream_st
impl Default for Struct_R_outpstream_st
impl Copy for Struct_R_outpstream_st
Auto Trait Implementations§
impl Freeze for Struct_R_outpstream_st
impl RefUnwindSafe for Struct_R_outpstream_st
impl !Send for Struct_R_outpstream_st
impl !Sync for Struct_R_outpstream_st
impl Unpin for Struct_R_outpstream_st
impl UnwindSafe for Struct_R_outpstream_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