rusteron_
code_
gen
0.1.152
IntoC
String
Required Methods
into_c_string
Implementations on Foreign Types
&str
CString
String
Implementors
In crate rusteron_
code_
gen
rusteron_code_gen
Trait
IntoCString
Copy item path
Source
pub trait IntoCString { // Required method fn
into_c_string
(self) ->
CString
; }
Required Methods
§
Source
fn
into_c_string
(self) ->
CString
Implementations on Foreign Types
§
Source
§
impl
IntoCString
for &
str
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
CString
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
String
Source
§
fn
into_c_string
(self) ->
CString
Implementors
§