AsVoid
Ptr
script
0.0.1
AsVoid
Ptr
Required Methods
as_void_ptr
Implementors
In script::
dom::
bindings::
utils
Structs
DOMClass
DOMJSClass
GlobalStaticData
Constants
DOM_CALLBACKS
DOM_PROTOTYPE_SLOT
DOM_PROTO_UNFORGEABLE_HOLDER_SLOT
JSCLASS_DOM_GLOBAL
Traits
AsCCharPtrPtr
AsVoidPtr
DomHelpers
Functions
delete_property_by_id
enumerate_global
exception_to_promise
find_enum_value
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
instance_class_has_proto_at_depth
is_platform_object
is_platform_object_dynamic
is_platform_object_static
resolve_global
set_dictionary_property
to_frozen_array
trace_global
Type Aliases
ProtoOrIfaceArray
script
::
dom
::
bindings
::
utils
Trait
AsVoidPtr
Copy item path
Settings
Help
Summary
Source
pub(crate) 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