Docs.rs
openvr-sys2-0.1.2
openvr-sys2 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yshui
Dependencies
autocxx ^0.26.0
normal
cxx ^1.0.94
normal
nalgebra ^0.32.0
normal
num ^0.4.0
normal
autocxx-build ^0.26.0
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
☰
ToCppString
Required Methods
into_cpp
Implementations on Foreign Types
&String
&str
String
UniquePtr<CxxString>
Implementors
In openvr_sys2
?
Trait
openvr_sys2
::
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
UniquePtr
<
CxxString
>
source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
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
>
Implementors
§