Docs.rs
libliquidfun-sys-0.1.0
libliquidfun-sys 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mmatvein
Dependencies
autocxx ^0.26.0
normal
cxx ^1.0.109
normal
autocxx-build ^0.26.0
build
cc ^1.0.83
build
cmake ^0.1.50
build
Versions
0%
of the crate is documented
Go to latest version
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
☰
libliquidfun_sys
0.1.0
ToCppString
Required Methods
into_cpp
Implementations on Foreign Types
&String
&str
String
UniquePtr<CxxString>
Implementors
In libliquidfun_sys::box2d::ffi
?
Trait
libliquidfun_sys
::
box2d
::
ffi
::
ToCppString
source
·
[
−
]
pub trait ToCppString { // Required method fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>; }
Required Methods
§
source
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Implementations on Foreign Types
§
source
§
impl
ToCppString
for &
str
source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
source
§
impl
ToCppString
for &
String
source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
source
§
impl
ToCppString
for
String
source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
source
§
impl
ToCppString
for
UniquePtr
<
CxxString
>
source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Implementors
§