Struct script::dom::testbindingiterable::TestBindingIterable
source · #[repr(C)]pub struct TestBindingIterable {
reflector: Reflector,
vals: DomRefCell<Vec<DOMString>>,
}
Fields§
§reflector: Reflector
§vals: DomRefCell<Vec<DOMString>>
Implementations§
source§impl TestBindingIterable
impl TestBindingIterable
fn new(global: &GlobalScope) -> Root<Dom<TestBindingIterable>>
pub fn Constructor(
global: &GlobalScope
) -> Result<Root<Dom<TestBindingIterable>>, Error>
Trait Implementations§
source§impl DomObject for TestBindingIterable
impl DomObject for TestBindingIterable
source§impl DomObjectWrap for TestBindingIterable
impl DomObjectWrap for TestBindingIterable
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::TestBindingIterableBinding::TestBindingIterableBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::testbindingiterable::TestBindingIterable>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::testbindingiterable::TestBindingIterable>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::TestBindingIterableBinding::TestBindingIterableBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::testbindingiterable::TestBindingIterable>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::testbindingiterable::TestBindingIterable>>}
Function pointer to the general wrap function type
source§impl HasParent for TestBindingIterable
impl HasParent for TestBindingIterable
source§impl IDLInterface for TestBindingIterable
impl IDLInterface for TestBindingIterable
source§impl JSTraceable for TestBindingIterable
impl JSTraceable for TestBindingIterable
source§impl MallocSizeOf for TestBindingIterable
impl MallocSizeOf for TestBindingIterable
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for TestBindingIterable
impl MutDomObject for TestBindingIterable
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<TestBindingIterable> for TestBindingIterable
impl PartialEq<TestBindingIterable> for TestBindingIterable
source§fn eq(&self, other: &TestBindingIterable) -> bool
fn eq(&self, other: &TestBindingIterable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
impl !RefUnwindSafe for TestBindingIterable
impl !Send for TestBindingIterable
impl !Sync for TestBindingIterable
impl Unpin for TestBindingIterable
impl UnwindSafe for TestBindingIterable
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert