Docs.rs
diffsol-c-0.4.4
diffsol-c 0.4.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
martinjrobins
Dependencies
diffsl ^0.11.9
normal
diffsol ^0.14.0
normal
dlmalloc ^0.2
normal
nalgebra ^0.34
normal
ndarray ^0.17.2
normal
num-traits ^0.2.17
normal
paste ^1.0.15
normal
schemars ^1.1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
faer ^0.24
normal
getrandom ^0.2
normal
optional
faer ^0.24
normal
getrandom ^0.2
normal
Versions
56.31%
of the crate is documented
Platform
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
Skip to main content
CMapTo
diffsol_
c
0.4.4
CMapTo
Required Methods
c_map_to
Implementations on Foreign Types
bool
bool
f32
f64
i32
i64
u64
usize
Implementors
In diffsol_
c::
c_
api_
utils
diffsol_c
::
c_api_utils
Trait
CMapTo
Copy item path
Source
pub trait CMapTo<Out> { // Required method fn
c_map_to
(self) -> Out; }
Required Methods
§
Source
fn
c_map_to
(self) -> Out
Implementations on Foreign Types
§
Source
§
impl
CMapTo
<
bool
> for
bool
Source
§
fn
c_map_to
(self) ->
bool
Source
§
impl
CMapTo
<
f32
> for
f32
Source
§
fn
c_map_to
(self) ->
f32
Source
§
impl
CMapTo
<
f64
> for
f64
Source
§
fn
c_map_to
(self) ->
f64
Source
§
impl
CMapTo
<
i32
> for
bool
Source
§
fn
c_map_to
(self) ->
i32
Source
§
impl
CMapTo
<
i32
> for
i32
Source
§
fn
c_map_to
(self) ->
i32
Source
§
impl
CMapTo
<
i64
> for
i64
Source
§
fn
c_map_to
(self) ->
i64
Source
§
impl
CMapTo
<
u64
> for
u64
Source
§
fn
c_map_to
(self) ->
u64
Source
§
impl
CMapTo
<
usize
> for
usize
Source
§
fn
c_map_to
(self) ->
usize
Implementors
§