Struct script::dom::testbindingproxy::TestBindingProxy
source · #[repr(C)]pub struct TestBindingProxy {
testbinding_: TestBinding,
}
Fields§
§testbinding_: TestBinding
Trait Implementations§
source§impl Castable for TestBindingProxy
impl Castable for TestBindingProxy
source§impl DomObject for TestBindingProxy
impl DomObject for TestBindingProxy
source§impl DomObjectWrap for TestBindingProxy
impl DomObjectWrap for TestBindingProxy
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::TestBindingProxyBinding::TestBindingProxyBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::testbindingproxy::TestBindingProxy>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::testbindingproxy::TestBindingProxy>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::TestBindingProxyBinding::TestBindingProxyBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::testbindingproxy::TestBindingProxy>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::testbindingproxy::TestBindingProxy>>}
Function pointer to the general wrap function type
source§impl HasParent for TestBindingProxy
impl HasParent for TestBindingProxy
source§fn as_parent(&self) -> &TestBinding
fn as_parent(&self) -> &TestBinding
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = TestBinding
source§impl IDLInterface for TestBindingProxy
impl IDLInterface for TestBindingProxy
source§impl JSTraceable for TestBindingProxy
impl JSTraceable for TestBindingProxy
source§impl MallocSizeOf for TestBindingProxy
impl MallocSizeOf for TestBindingProxy
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 TestBindingProxy
impl MutDomObject for TestBindingProxy
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<TestBindingProxy> for TestBindingProxy
impl PartialEq<TestBindingProxy> for TestBindingProxy
source§fn eq(&self, other: &TestBindingProxy) -> bool
fn eq(&self, other: &TestBindingProxy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TestBindingProxyMethods for TestBindingProxy
impl TestBindingProxyMethods for TestBindingProxy
fn Length(&self) -> u32
fn SupportedPropertyNames(&self) -> Vec<DOMString> ⓘ
fn GetNamedItem(&self, _: DOMString) -> DOMString
fn SetNamedItem(&self, _: DOMString, _: DOMString)
fn GetItem(&self, _: u32) -> DOMString
fn SetItem(&self, _: u32, _: DOMString)
fn RemoveItem(&self, _: DOMString)
fn Stringifier(&self) -> DOMString
fn IndexedGetter(&self, _: u32) -> Option<DOMString>
fn NamedDeleter(&self, _: DOMString)
fn IndexedSetter(&self, _: u32, _: DOMString)
fn NamedSetter(&self, _: DOMString, _: DOMString)
fn NamedGetter(&self, _: DOMString) -> Option<DOMString>
impl DerivedFrom<TestBinding> for TestBindingProxy
Auto Trait Implementations§
impl !RefUnwindSafe for TestBindingProxy
impl !Send for TestBindingProxy
impl !Sync for TestBindingProxy
impl Unpin for TestBindingProxy
impl !UnwindSafe for TestBindingProxy
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