vapoursynth4_
rs
0.4.0
ToCString
Required Methods
into_cstring_lossy
Implementations on Foreign Types
&str
String
Implementors
In vapoursynth4_
rs::
utils
vapoursynth4_rs
::
utils
Trait
ToCString
Copy item path
Source
pub trait ToCString { // Required method fn
into_cstring_lossy
(self) ->
CString
; }
Required Methods
§
Source
fn
into_cstring_lossy
(self) ->
CString
Implementations on Foreign Types
§
Source
§
impl
ToCString
for &
str
Source
§
fn
into_cstring_lossy
(self) ->
CString
Source
§
impl
ToCString
for
String
Source
§
fn
into_cstring_lossy
(self) ->
CString
Implementors
§