Docs.rs
openvr-sys2-0.1.3
openvr-sys2 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yshui
Dependencies
autocxx ^0.26.0
normal
cxx ^1.0.103
normal
nalgebra ^0.32.0
normal
num ^0.4.0
normal
autocxx-build ^0.26.0
build
Versions
5.66%
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
openvr_
sys2
0.1.3
ToCpp
String
Required Methods
into_cpp
Implementations on Foreign Types
&String
&str
String
UniquePtr<CxxString>
Implementors
In crate openvr_
sys2
openvr_sys2
Trait
ToCppString
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
§