AsVoid
Ptr
script_
bindings
0.0.1
AsVoid
Ptr
Required Methods
as_void_ptr
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
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
set_dictionary_property
trace_global
Type Aliases
ProtoOrIfaceArray
script_bindings
::
utils
Trait
AsVoidPtr
Copy item path
Settings
Help
Summary
Source
pub trait AsVoidPtr { // Required method fn
as_void_ptr
(&self) ->
*const
c_void
; }
Required Methods
§
Source
fn
as_void_ptr
(&self) ->
*const
c_void
Implementors
§
Source
§
impl<T>
AsVoidPtr
for T