AsCChar
PtrPtr
script_
bindings
0.0.1
AsCChar
PtrPtr
Required Methods
as_c_char_ptr
Implementations on Foreign Types
[u8]
Implementors
In script_
bindings::
utils
Structs
DOMClass
DOMJSClass
Constants
DOM_PROTOTYPE_SLOT
DOM_PROTO_UNFORGEABLE_HOLDER_SLOT
JSCLASS_DOM_GLOBAL
Traits
AsCCharPtrPtr
AsVoidPtr
Functions
call_setter
delete_property_by_id
enumerate_global
exception_to_promise
find_enum_value
generic_call
generic_getter
generic_lenient_getter
generic_lenient_setter
generic_method
generic_setter
generic_static_promise_method
get_array_index_from_id
get_dictionary_property
get_property_on_prototype
get_proto_or_iface_array
has_property_on_prototype
resolve_global
set_dictionary_property
trace_global
Type Aliases
ProtoOrIfaceArray
script_bindings
::
utils
Trait
AsCCharPtrPtr
Copy item path
Settings
Help
Summary
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
§