#[repr(C)]pub struct BluetoothPermissionResult {
status: PermissionStatus,
devices: DomRefCell<Vec<Dom<BluetoothDevice>>>,
}
Fields§
§status: PermissionStatus
§devices: DomRefCell<Vec<Dom<BluetoothDevice>>>
Implementations§
source§impl BluetoothPermissionResult
impl BluetoothPermissionResult
fn __assert_parent_type(&self)
source§impl BluetoothPermissionResult
impl BluetoothPermissionResult
fn new_inherited(status: &PermissionStatus) -> BluetoothPermissionResult
pub fn new(
global: &GlobalScope,
status: &PermissionStatus
) -> Root<Dom<BluetoothPermissionResult>>
pub fn get_bluetooth(&self) -> Root<Dom<Bluetooth>>
pub fn get_bluetooth_thread(&self) -> IpcSender<BluetoothRequest>
pub fn get_query(&self) -> PermissionName
pub fn set_state(&self, state: PermissionState)
pub fn get_state(&self) -> PermissionState
pub fn set_devices(&self, devices: Vec<Dom<BluetoothDevice>>)
Trait Implementations§
source§impl AsyncBluetoothListener for BluetoothPermissionResult
impl AsyncBluetoothListener for BluetoothPermissionResult
fn handle_response(&self, response: BluetoothResponse, promise: &Rc<Promise>)
source§impl Castable for BluetoothPermissionResult
impl Castable for BluetoothPermissionResult
source§impl DomObjectWrap for BluetoothPermissionResult
impl DomObjectWrap for BluetoothPermissionResult
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothPermissionResultBinding::BluetoothPermissionResultBinding::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::bluetoothpermissionresult::BluetoothPermissionResult>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetoothpermissionresult::BluetoothPermissionResult>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothPermissionResultBinding::BluetoothPermissionResultBinding::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::bluetoothpermissionresult::BluetoothPermissionResult>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetoothpermissionresult::BluetoothPermissionResult>>}
Function pointer to the general wrap function type
source§impl HasParent for BluetoothPermissionResult
impl HasParent for BluetoothPermissionResult
source§fn as_parent(&self) -> &PermissionStatus
fn as_parent(&self) -> &PermissionStatus
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = PermissionStatus
source§impl MallocSizeOf for BluetoothPermissionResult
impl MallocSizeOf for BluetoothPermissionResult
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 BluetoothPermissionResult
impl MutDomObject for BluetoothPermissionResult
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<BluetoothPermissionResult> for BluetoothPermissionResult
impl PartialEq<BluetoothPermissionResult> for BluetoothPermissionResult
source§fn eq(&self, other: &BluetoothPermissionResult) -> bool
fn eq(&self, other: &BluetoothPermissionResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<EventTarget> for BluetoothPermissionResult
impl DerivedFrom<PermissionStatus> for BluetoothPermissionResult
Auto Trait Implementations§
impl !RefUnwindSafe for BluetoothPermissionResult
impl !Send for BluetoothPermissionResult
impl !Sync for BluetoothPermissionResult
impl Unpin for BluetoothPermissionResult
impl !UnwindSafe for BluetoothPermissionResult
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