#[repr(C)]pub struct Navigator {
reflector_: Reflector,
bluetooth: MutNullableDom<Bluetooth>,
plugins: MutNullableDom<PluginArray>,
mime_types: MutNullableDom<MimeTypeArray>,
service_worker: MutNullableDom<ServiceWorkerContainer>,
xr: MutNullableDom<XRSystem>,
mediadevices: MutNullableDom<MediaDevices>,
gamepads: MutNullableDom<GamepadList>,
permissions: MutNullableDom<Permissions>,
mediasession: MutNullableDom<MediaSession>,
gpu: MutNullableDom<GPU>,
}
Fields
reflector_: Reflector
bluetooth: MutNullableDom<Bluetooth>
plugins: MutNullableDom<PluginArray>
mime_types: MutNullableDom<MimeTypeArray>
service_worker: MutNullableDom<ServiceWorkerContainer>
xr: MutNullableDom<XRSystem>
mediadevices: MutNullableDom<MediaDevices>
gamepads: MutNullableDom<GamepadList>
permissions: MutNullableDom<Permissions>
mediasession: MutNullableDom<MediaSession>
gpu: MutNullableDom<GPU>
Implementations
fn __assert_parent_type(&self)
Trait Implementations
sourceconst WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigatorBinding::NavigatorBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::navigator::Navigator>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigator::Navigator>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigatorBinding::NavigatorBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::navigator::Navigator>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigator::Navigator>>}
Function pointer to the general wrap function type
sourcefn 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. Read more
sourceunsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
sourcefn MediaDevices(&self) -> Root<Dom<MediaDevices>>
fn MediaDevices(&self) -> Root<Dom<MediaDevices>>
https://w3c.github.io/mediacapture-main/#dom-navigator-mediadevices
sourcefn MediaSession(&self) -> Root<Dom<MediaSession>>
fn MediaSession(&self) -> Root<Dom<MediaSession>>
https://w3c.github.io/mediasession/#dom-navigator-mediasession
fn Product(&self) -> DOMString
fn ProductSub(&self) -> DOMString
fn Vendor(&self) -> DOMString
fn VendorSub(&self) -> DOMString
fn TaintEnabled(&self) -> bool
fn AppName(&self) -> DOMString
fn AppCodeName(&self) -> DOMString
fn Platform(&self) -> DOMString
fn UserAgent(&self) -> DOMString
fn AppVersion(&self) -> DOMString
fn Bluetooth(&self) -> Root<Dom<Bluetooth>>
fn Language(&self) -> DOMString
fn Languages(&self, cx: JSContext) -> JSVal
fn Plugins(&self) -> Root<Dom<PluginArray>>
fn MimeTypes(&self) -> Root<Dom<MimeTypeArray>>
fn JavaEnabled(&self) -> bool
fn ServiceWorker(&self) -> Root<Dom<ServiceWorkerContainer>>
fn CookieEnabled(&self) -> bool
fn GetGamepads(&self) -> Root<Dom<GamepadList>>
fn Permissions(&self) -> Root<Dom<Permissions>>
fn Gpu(&self) -> Root<Dom<GPU>>
sourceunsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)
Convert
self
to a JSVal
. JSAPI failure causes a panic.Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourcefn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
sourcefn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert
type Output = T
type Output = T
Should always be
Self