Docs.rs
extendr-api-0.7.1
extendr-api 0.7.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
andy-thomason
clauswilke
yutannihilation
multimeric
CGMossa
Ilia-Kosenkov
Dependencies
either ^1.8.1
normal
optional
extendr-macros ^0.7.1
normal
faer ^0.19
normal
optional
libR-sys ^0.7.1
normal
libc ^0.2
normal
optional
ndarray ^0.15.3
normal
optional
num-complex ^0.4
normal
optional
once_cell ^1
normal
paste ^1.0.5
normal
serde ^1.0
normal
optional
rstest ^0.22.0
dev
Versions
54.32%
of the crate is documented
Go to latest version
Platform
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
extendr_
api
0.7.1
Write
Required Methods
write
Implementations on Foreign Types
&mut T
&mut [T]
Implementors
In extendr_
api::
prelude::
utils::
simd
extendr_api
::
prelude
::
utils
::
simd
Trait
Write
Copy item path
Source
pub trait Write:
Read
{ // Required method fn
write
(&mut self, values: Self::
Output
); }
Required Methods
§
Source
fn
write
(&mut self, values: Self::
Output
)
Implementations on Foreign Types
§
Source
§
impl<T>
Write
for &mut
[T]
where T:
Copy
+
Debug
,
Source
§
fn
write
(&mut self, values: <&mut
[T]
as
Read
>::
Output
)
Source
§
impl<T>
Write
for
&mut T
where T:
Copy
+
Debug
,
Source
§
fn
write
(&mut self, values: <
&mut T
as
Read
>::
Output
)
Implementors
§
Source
§
impl<E, S>
Write
for extendr_api::prelude::utils::simd::
PrefixMut
<'_, E, S>
where E:
Entity
, S:
Simd
,
Source
§
impl<E, S>
Write
for extendr_api::prelude::utils::simd::
SuffixMut
<'_, E, S>
where E:
Entity
, S:
Simd
,
Source
§
impl<E, T>
Write
for
RefGroupMut
<'_, E, T>
where E:
Entity
, T:
Copy
+
Debug
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
f32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
f64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
i32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
i64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
u32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
u64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
Complex
<
f32
>, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
Complex
<
f64
>, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
f32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
f64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
i32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
i64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
u32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
u64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
Complex
<
f32
>, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
Complex
<
f64
>, S, <S as
Simd
>::
m64s
>
where S:
Simd
,