Docs.rs
const-cstr-fork-0.2.2
const-cstr-fork 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
raphaelcohn
Dependencies
libc ^0.2
normal
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
const_
cstr_
fork
0.2.2
ToPointerC
String
Required Methods
to_ptr
Implementations on Foreign Types
CStr
Implementors
In crate const_
cstr_
fork
const_cstr_fork
Trait
ToPointerCString
Copy item path
Source
pub trait ToPointerCString { // Required method fn
to_ptr
(&self) ->
*const
c_char
; }
Required Methods
§
Source
fn
to_ptr
(&self) ->
*const
c_char
Implementations on Foreign Types
§
Source
§
impl
ToPointerCString
for
CStr
Source
§
fn
to_ptr
(&self) ->
*const
c_char
Implementors
§
Source
§
impl
ToPointerCString
for
ConstCStr