Skip to content

Commit 8c8c4fd

Browse files
generated bindings
1 parent 80aa3cf commit 8c8c4fd

File tree

137 files changed

+1527
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+1527
-109
lines changed

cached_bindings/R-Darwin-4.3.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
/* rustc 1.85.0 (4d91de4e4 2025-02-17) */
66
/* R version: 4.3.3 */
77

8-
pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1;
98
unsafe extern "C" {
109
pub fn R_FlushConsole();
1110
#[doc = " always declared, but only usable under Win32 and Aqua"]
1211
pub fn R_ProcessEvents();
1312
}
13+
nder Win32 and Aqua"]
14+
pub fn R_ProcessEvents();
15+
}

cached_bindings/R-windows-4.3.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* automatically generated by rust-bindgen 0.71.1 */
2+
3+
/* OS: windows */
4+
/* Platform: */
5+
/* rustc 1.85.1 (4eb161250 2025-03-15) */
6+
/* R version: 4.3.3 */
7+
8+
unsafe extern "C" { pub fn R_FlushConsole () ; # [doc = " always declared, but only usable under Win32 and Aqua"] pub fn R_ProcessEvents () ; pub fn R_WaitEvent () ; }

cached_bindings/R-windows-4.4.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* automatically generated by rust-bindgen 0.71.1 */
2+
3+
/* OS: windows */
4+
/* Platform: */
5+
/* rustc 1.85.1 (4eb161250 2025-03-15) */
6+
/* R version: 4.4.3 */
7+
8+
unsafe extern "C" { pub fn R_FlushConsole () ; # [doc = " always declared, but only usable under Win32 and Aqua"] pub fn R_ProcessEvents () ; pub fn R_WaitEvent () ; }

cached_bindings/R-windows-4.6.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* automatically generated by rust-bindgen 0.71.1 */
2+
3+
/* OS: windows */
4+
/* Platform: */
5+
/* rustc 1.85.1 (4eb161250 2025-03-15) */
6+
/* R version: 4.6.0 */
7+
8+
unsafe extern "C" { pub fn R_FlushConsole () ; # [doc = " always declared, but only usable under Win32 and Aqua"] pub fn R_ProcessEvents () ; pub fn R_WaitEvent () ; }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* automatically generated by rust-bindgen 0.71.1 */
2+
3+
/* OS: windows */
4+
/* Platform: */
5+
/* rustc 1.85.1 (4eb161250 2025-03-15) */
6+
/* R version: 4.3.3 */
7+
8+
pub type R_altrep_UnserializeEX_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : SEXP , arg3 : SEXP , arg4 : :: std :: os :: raw :: c_int , arg5 : :: std :: os :: raw :: c_int) -> SEXP > ; pub type R_altrep_Unserialize_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : SEXP) -> SEXP > ; pub type R_altrep_Serialized_state_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> SEXP > ; pub type R_altrep_DuplicateEX_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altrep_Duplicate_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altrep_Inspect_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : :: std :: os :: raw :: c_int , arg3 : :: std :: os :: raw :: c_int , arg4 : :: std :: os :: raw :: c_int , arg5 : :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : :: std :: os :: raw :: c_int , arg3 : :: std :: os :: raw :: c_int , arg4 : :: std :: os :: raw :: c_int) >) -> Rboolean > ; pub type R_altrep_Length_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> R_xlen_t > ; pub type R_altvec_Dataptr_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> * mut :: std :: os :: raw :: c_void > ; pub type R_altvec_Dataptr_or_null_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> * const :: std :: os :: raw :: c_void > ; pub type R_altvec_Extract_subset_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : SEXP , arg3 : SEXP) -> SEXP > ; pub type R_altinteger_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> :: std :: os :: raw :: c_int > ; pub type R_altinteger_Get_region_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : R_xlen_t , arg4 : * mut :: std :: os :: raw :: c_int) -> R_xlen_t > ; pub type R_altinteger_Is_sorted_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altinteger_No_NA_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altinteger_Sum_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altinteger_Min_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altinteger_Max_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altreal_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> f64 > ; pub type R_altreal_Get_region_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : R_xlen_t , arg4 : * mut f64) -> R_xlen_t > ; pub type R_altreal_Is_sorted_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altreal_No_NA_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altreal_Sum_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altreal_Min_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altreal_Max_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altlogical_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> :: std :: os :: raw :: c_int > ; pub type R_altlogical_Get_region_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : R_xlen_t , arg4 : * mut :: std :: os :: raw :: c_int) -> R_xlen_t > ; pub type R_altlogical_Is_sorted_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altlogical_No_NA_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altlogical_Sum_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : Rboolean) -> SEXP > ; pub type R_altraw_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> Rbyte > ; pub type R_altraw_Get_region_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : R_xlen_t , arg4 : * mut Rbyte) -> R_xlen_t > ; pub type R_altcomplex_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> Rcomplex > ; pub type R_altcomplex_Get_region_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : R_xlen_t , arg4 : * mut Rcomplex) -> R_xlen_t > ; pub type R_altstring_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> SEXP > ; pub type R_altstring_Set_elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : SEXP) > ; pub type R_altstring_Is_sorted_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altstring_No_NA_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP) -> :: std :: os :: raw :: c_int > ; pub type R_altlist_Elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t) -> SEXP > ; pub type R_altlist_Set_elt_method_t = :: std :: option :: Option < unsafe extern "C" fn (arg1 : SEXP , arg2 : R_xlen_t , arg3 : SEXP) > ; # [repr (C)] pub struct R_altrep_class_t { pub ptr : SEXP , } unsafe extern "C" { pub fn R_new_altrep (aclass : R_altrep_class_t , data1 : SEXP , data2 : SEXP) -> SEXP ; pub fn R_make_altstring_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altinteger_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altreal_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altlogical_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altraw_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altcomplex_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_make_altlist_class (cname : * const :: std :: os :: raw :: c_char , pname : * const :: std :: os :: raw :: c_char , info : * mut DllInfo) -> R_altrep_class_t ; pub fn R_altrep_inherits (x : SEXP , arg1 : R_altrep_class_t) -> Rboolean ; pub fn R_set_altrep_UnserializeEX_method (cls : R_altrep_class_t , fun : R_altrep_UnserializeEX_method_t) ; pub fn R_set_altrep_Unserialize_method (cls : R_altrep_class_t , fun : R_altrep_Unserialize_method_t) ; pub fn R_set_altrep_Serialized_state_method (cls : R_altrep_class_t , fun : R_altrep_Serialized_state_method_t) ; pub fn R_set_altrep_DuplicateEX_method (cls : R_altrep_class_t , fun : R_altrep_DuplicateEX_method_t) ; pub fn R_set_altrep_Duplicate_method (cls : R_altrep_class_t , fun : R_altrep_Duplicate_method_t) ; pub fn R_set_altrep_Coerce_method (cls : R_altrep_class_t , fun : R_altrep_Coerce_method_t) ; pub fn R_set_altrep_Inspect_method (cls : R_altrep_class_t , fun : R_altrep_Inspect_method_t) ; pub fn R_set_altrep_Length_method (cls : R_altrep_class_t , fun : R_altrep_Length_method_t) ; pub fn R_set_altvec_Dataptr_method (cls : R_altrep_class_t , fun : R_altvec_Dataptr_method_t) ; pub fn R_set_altvec_Dataptr_or_null_method (cls : R_altrep_class_t , fun : R_altvec_Dataptr_or_null_method_t) ; pub fn R_set_altvec_Extract_subset_method (cls : R_altrep_class_t , fun : R_altvec_Extract_subset_method_t) ; pub fn R_set_altinteger_Elt_method (cls : R_altrep_class_t , fun : R_altinteger_Elt_method_t) ; pub fn R_set_altinteger_Get_region_method (cls : R_altrep_class_t , fun : R_altinteger_Get_region_method_t) ; pub fn R_set_altinteger_Is_sorted_method (cls : R_altrep_class_t , fun : R_altinteger_Is_sorted_method_t) ; pub fn R_set_altinteger_No_NA_method (cls : R_altrep_class_t , fun : R_altinteger_No_NA_method_t) ; pub fn R_set_altinteger_Sum_method (cls : R_altrep_class_t , fun : R_altinteger_Sum_method_t) ; pub fn R_set_altinteger_Min_method (cls : R_altrep_class_t , fun : R_altinteger_Min_method_t) ; pub fn R_set_altinteger_Max_method (cls : R_altrep_class_t , fun : R_altinteger_Max_method_t) ; pub fn R_set_altreal_Elt_method (cls : R_altrep_class_t , fun : R_altreal_Elt_method_t) ; pub fn R_set_altreal_Get_region_method (cls : R_altrep_class_t , fun : R_altreal_Get_region_method_t) ; pub fn R_set_altreal_Is_sorted_method (cls : R_altrep_class_t , fun : R_altreal_Is_sorted_method_t) ; pub fn R_set_altreal_No_NA_method (cls : R_altrep_class_t , fun : R_altreal_No_NA_method_t) ; pub fn R_set_altreal_Sum_method (cls : R_altrep_class_t , fun : R_altreal_Sum_method_t) ; pub fn R_set_altreal_Min_method (cls : R_altrep_class_t , fun : R_altreal_Min_method_t) ; pub fn R_set_altreal_Max_method (cls : R_altrep_class_t , fun : R_altreal_Max_method_t) ; pub fn R_set_altlogical_Elt_method (cls : R_altrep_class_t , fun : R_altlogical_Elt_method_t) ; pub fn R_set_altlogical_Get_region_method (cls : R_altrep_class_t , fun : R_altlogical_Get_region_method_t) ; pub fn R_set_altlogical_Is_sorted_method (cls : R_altrep_class_t , fun : R_altlogical_Is_sorted_method_t) ; pub fn R_set_altlogical_No_NA_method (cls : R_altrep_class_t , fun : R_altlogical_No_NA_method_t) ; pub fn R_set_altlogical_Sum_method (cls : R_altrep_class_t , fun : R_altlogical_Sum_method_t) ; pub fn R_set_altraw_Elt_method (cls : R_altrep_class_t , fun : R_altraw_Elt_method_t) ; pub fn R_set_altraw_Get_region_method (cls : R_altrep_class_t , fun : R_altraw_Get_region_method_t) ; pub fn R_set_altcomplex_Elt_method (cls : R_altrep_class_t , fun : R_altcomplex_Elt_method_t) ; pub fn R_set_altcomplex_Get_region_method (cls : R_altrep_class_t , fun : R_altcomplex_Get_region_method_t) ; pub fn R_set_altstring_Elt_method (cls : R_altrep_class_t , fun : R_altstring_Elt_method_t) ; pub fn R_set_altstring_Set_elt_method (cls : R_altrep_class_t , fun : R_altstring_Set_elt_method_t) ; pub fn R_set_altstring_Is_sorted_method (cls : R_altrep_class_t , fun : R_altstring_Is_sorted_method_t) ; pub fn R_set_altstring_No_NA_method (cls : R_altrep_class_t , fun : R_altstring_No_NA_method_t) ; pub fn R_set_altlist_Elt_method (cls : R_altrep_class_t , fun : R_altlist_Elt_method_t) ; pub fn R_set_altlist_Set_elt_method (cls : R_altrep_class_t , fun : R_altlist_Set_elt_method_t) ; }

0 commit comments

Comments
 (0)