Docs.rs
carla-sys-0.13.0
carla-sys 0.13.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jerry73204
Dependencies
autocxx ^0.26.0
normal
cxx ^1.0.119
normal
anyhow ^1.0.80
build
autocxx-build ^0.26.0
build
carla-src ^0.12.0
build
json5 ^0.4.1
build
once_cell ^1.19.0
build
serde ^1.0.197
build
sha2 ^0.10.8
build
tar ^0.4.40
build
ureq ^2.9.6
build
zstd ^0.13.0
build
Versions
8.65%
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
ToCppString
carla_
sys
0.13.0
ToCpp
String
Required Methods
into_cpp
Implementations on Foreign Types
&String
&str
String
UniquePtr<CxxString>
Implementors
In crate carla_
sys
carla_sys
Trait
ToCpp
String
Copy item path
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
§