#[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§
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigatorBinding::Navigator_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::navigator::Navigator>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigator::Navigator>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::NavigatorBinding::Navigator_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::navigator::Navigator>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::navigator::Navigator>>}
Function pointer to the general wrap function type
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§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§fn MediaDevices(&self) -> Root<Dom<MediaDevices>>
fn MediaDevices(&self) -> Root<Dom<MediaDevices>>
https://w3c.github.io/mediacapture-main/#dom-navigator-mediadevices
source§fn 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>>
Auto Trait Implementations§
Blanket Implementations§
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§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert