script_
bindings
0.0.1
AsCChar
PtrPtr
Required Methods
as_c_char_ptr
Implementations on Foreign Types
[u8]
Implementors
In script_
bindings::
utils
script_bindings
::
utils
Trait
AsCCharPtrPtr
Copy item path
Source
pub(crate) trait AsCCharPtrPtr { // Required method fn
as_c_char_ptr
(&self) ->
*const
c_char
; }
Required Methods
§
Source
fn
as_c_char_ptr
(&self) ->
*const
c_char
Implementations on Foreign Types
§
Source
§
impl
AsCCharPtrPtr
for [
u8
]
Source
§
fn
as_c_char_ptr
(&self) ->
*const
c_char
Implementors
§