#[repr(C)]pub struct Bluetooth {
eventtarget: EventTarget,
device_instance_map: DomRefCell<HashMap<String, Dom<BluetoothDevice>>>,
}
Fields§
§eventtarget: EventTarget
§device_instance_map: DomRefCell<HashMap<String, Dom<BluetoothDevice>>>
Implementations§
source§impl Bluetooth
impl Bluetooth
fn __assert_parent_type(&self)
source§impl Bluetooth
impl Bluetooth
pub fn new_inherited() -> Bluetooth
pub fn new(global: &GlobalScope) -> Root<Dom<Bluetooth>>
fn get_bluetooth_thread(&self) -> IpcSender<BluetoothRequest>
pub fn get_device_map( &self ) -> &DomRefCell<HashMap<String, Dom<BluetoothDevice>>>
fn request_bluetooth_devices( &self, p: &Rc<Promise>, filters: &Option<Vec<BluetoothLEScanFilterInit>>, optional_services: &[StringOrUnsignedLong], sender: IpcSender<BluetoothResponseResult> )
Trait Implementations§
source§impl AsyncBluetoothListener for Bluetooth
impl AsyncBluetoothListener for Bluetooth
fn handle_response(&self, response: BluetoothResponse, promise: &Rc<Promise>)
source§impl BluetoothMethods for Bluetooth
impl BluetoothMethods for Bluetooth
fn RequestDevice( &self, option: &RequestDeviceOptions, comp: InRealm<'_> ) -> Rc<Promise>
fn GetAvailability(&self, comp: InRealm<'_>) -> Rc<Promise>
source§impl Castable for Bluetooth
impl Castable for Bluetooth
source§impl DomObjectWrap for Bluetooth
impl DomObjectWrap for Bluetooth
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothBinding::Bluetooth_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::bluetooth::Bluetooth>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetooth::Bluetooth>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothBinding::Bluetooth_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::bluetooth::Bluetooth>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetooth::Bluetooth>>}
Function pointer to the general wrap function type
source§impl HasParent for Bluetooth
impl HasParent for Bluetooth
source§fn as_parent(&self) -> &EventTarget
fn as_parent(&self) -> &EventTarget
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = EventTarget
source§impl IDLInterface for Bluetooth
impl IDLInterface for Bluetooth
source§impl MallocSizeOf for Bluetooth
impl MallocSizeOf for Bluetooth
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 Bluetooth
impl MutDomObject for Bluetooth
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<Bluetooth> for Bluetooth
impl PartialEq<Bluetooth> for Bluetooth
source§impl PermissionAlgorithm for Bluetooth
impl PermissionAlgorithm for Bluetooth
type Descriptor = BluetoothPermissionDescriptor
type Status = BluetoothPermissionResult
fn create_descriptor( cx: JSContext, permission_descriptor_obj: *mut JSObject ) -> Result<BluetoothPermissionDescriptor, Error>
fn permission_query( _cx: JSContext, promise: &Rc<Promise>, descriptor: &BluetoothPermissionDescriptor, status: &BluetoothPermissionResult )
fn permission_request( _cx: JSContext, promise: &Rc<Promise>, descriptor: &BluetoothPermissionDescriptor, status: &BluetoothPermissionResult )
fn permission_revoke( _descriptor: &BluetoothPermissionDescriptor, status: &BluetoothPermissionResult )
source§impl ToJSValConvertible for Bluetooth
impl ToJSValConvertible for Bluetooth
impl DerivedFrom<EventTarget> for Bluetooth
Auto Trait Implementations§
impl !RefUnwindSafe for Bluetooth
impl !Send for Bluetooth
impl !Sync for Bluetooth
impl Unpin for Bluetooth
impl !UnwindSafe for Bluetooth
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