script
0.0.1
AsCCharPtrPtr
Required Methods
as_c_char_ptr
Implementations on Foreign Types
[u8]
Implementors
In script::dom::bindings::utils
Trait
script
::
dom
::
bindings
::
utils
::
AsCCharPtrPtr
Copy item path
source
·
[
−
]
pub 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
§