#[repr(C)]pub struct XRTest {
reflector: Reflector,
devices_connected: DomRefCell<Vec<Dom<FakeXRDevice>>>,
}
Fields§
§reflector: Reflector
§devices_connected: DomRefCell<Vec<Dom<FakeXRDevice>>>
Implementations§
source§impl XRTest
impl XRTest
fn __assert_parent_type(&self)
source§impl XRTest
impl XRTest
pub fn new_inherited() -> XRTest
pub fn new(global: &GlobalScope) -> Root<Dom<XRTest>>
fn device_obtained( &self, response: Result<IpcSender<MockDeviceMsg>, XRError>, trusted: TrustedPromise )
Trait Implementations§
source§impl DomObjectWrap for XRTest
impl DomObjectWrap for XRTest
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRTestBinding::XRTest_Binding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::xrtest::XRTest>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrtest::XRTest>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::XRTestBinding::XRTest_Binding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::xrtest::XRTest>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::xrtest::XRTest>>}
Function pointer to the general wrap function type
source§impl IDLInterface for XRTest
impl IDLInterface for XRTest
source§impl MallocSizeOf for XRTest
impl MallocSizeOf for XRTest
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 XRTest
impl MutDomObject for XRTest
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<XRTest> for XRTest
impl PartialEq<XRTest> for XRTest
source§impl ToJSValConvertible for XRTest
impl ToJSValConvertible for XRTest
source§impl XRTestMethods for XRTest
impl XRTestMethods for XRTest
source§fn SimulateDeviceConnection(&self, init: &FakeXRDeviceInit) -> Rc<Promise>
fn SimulateDeviceConnection(&self, init: &FakeXRDeviceInit) -> Rc<Promise>
https://github.com/immersive-web/webxr-test-api/blob/master/explainer.md
source§fn SimulateUserActivation(&self, f: Rc<Function>)
fn SimulateUserActivation(&self, f: Rc<Function>)
https://github.com/immersive-web/webxr-test-api/blob/master/explainer.md
source§fn DisconnectAllDevices(&self) -> Rc<Promise>
fn DisconnectAllDevices(&self) -> Rc<Promise>
https://github.com/immersive-web/webxr-test-api/blob/master/explainer.md
Auto Trait Implementations§
impl !RefUnwindSafe for XRTest
impl !Send for XRTest
impl !Sync for XRTest
impl Unpin for XRTest
impl !UnwindSafe for XRTest
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> 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