Docs.rs
displayr-rustr-0.2.0
displayr-rustr 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
fsalbaroli
Dependencies
chrono ^0.4.38
normal
optional
clippy ^0.0.302
normal
optional
log ^0.4.22
normal
optional
nalgebra ^0.33.0
normal
optional
num ^0.4.3
normal
optional
rand ^0.8.5
normal
optional
Versions
1.79%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustr
0.2.0
SEXP
Trait Implementations
FromR<*mut Struct_SEXPREC>
IntoR
Named
RNew
ToSEXP
In rustr::
rdll::
unix64
rustr
::
rdll
::
unix64
Type Alias
SEXP
Copy item path
Source
pub type SEXP =
*mut
Struct_SEXPREC
;
Trait Implementations
§
Source
§
impl
FromR
<
*mut
Struct_SEXPREC
> for
SEXP
Source
§
fn
fromr
(&self) ->
RResult
<
SEXP
>
Source
§
impl
IntoR
for
SEXP
Source
§
fn
intor
(&self) ->
RResult
<
SEXP
>
Source
§
impl
Named
for
SEXP
Source
§
fn
named
(&self) ->
bool
Source
§
fn
name
(&self) ->
SEXP
Source
§
impl
RNew
for
SEXP
Source
§
fn
rnew
(x:
SEXP
) ->
RResult
<
SEXP
>
Source
§
impl
ToSEXP
for
SEXP
Source
§
unsafe fn
s
(&self) ->
SEXP
Source
§
fn
rtype
(&self) ->
Rtype
Source
§
unsafe fn
t
(&self) ->
Rtemp
Source
§
fn
print
(&self)
Source
§
fn
is_null
(&self) ->
bool
Source
§
fn
is_object
(&self) ->
bool
Source
§
fn
is_s4
(&self) ->
bool
Source
§
fn
is_array
(&self) ->
bool
Source
§
fn
is_factor
(&self) ->
bool
Source
§
fn
is_frame
(&self) ->
bool
Source
§
fn
is_function
(&self) ->
bool
Source
§
fn
is_integer
(&self) ->
bool
Source
§
fn
is_language
(&self) ->
bool
Source
§
fn
is_list
(&self) ->
bool
Source
§
fn
is_matrix
(&self) ->
bool
Source
§
fn
is_newlist
(&self) ->
bool
Source
§
fn
is_number
(&self) ->
bool
Source
§
fn
is_numeric
(&self) ->
bool
Source
§
fn
is_pairlist
(&self) ->
bool
Source
§
fn
is_primitive
(&self) ->
bool
Source
§
fn
is_ts
(&self) ->
bool
Source
§
fn
is_userbinop
(&self) ->
bool
Source
§
fn
is_validstring
(&self) ->
bool
Source
§
fn
is_validstringf
(&self) ->
bool
Source
§
fn
is_vector
(&self) ->
bool
Source
§
fn
is_vectoratomic
(&self) ->
bool
Source
§
fn
is_vectorlist
(&self) ->
bool
Source
§
fn
is_vectorizable
(&self) ->
bool
Source
§
fn
is_ordered
(&self) ->
bool
Source
§
fn
is_unordered
(&self) ->
bool
Source
§
fn
is_data_frame
(&self) ->
bool