#[repr(C)]pub struct BluetoothRemoteGATTDescriptor {
reflector_: Reflector,
characteristic: Dom<BluetoothRemoteGATTCharacteristic>,
uuid: DOMString,
value: DomRefCell<Option<ByteString>>,
instance_id: String,
}
Fields§
§reflector_: Reflector
§characteristic: Dom<BluetoothRemoteGATTCharacteristic>
§uuid: DOMString
§value: DomRefCell<Option<ByteString>>
§instance_id: String
Implementations§
source§impl BluetoothRemoteGATTDescriptor
impl BluetoothRemoteGATTDescriptor
pub fn new_inherited(
characteristic: &BluetoothRemoteGATTCharacteristic,
uuid: DOMString,
instance_id: String
) -> BluetoothRemoteGATTDescriptor
pub fn new(
global: &GlobalScope,
characteristic: &BluetoothRemoteGATTCharacteristic,
uuid: DOMString,
instance_id: String
) -> Root<Dom<BluetoothRemoteGATTDescriptor>>
fn get_bluetooth_thread(&self) -> IpcSender<BluetoothRequest>
fn get_instance_id(&self) -> String
Trait Implementations§
source§impl AsyncBluetoothListener for BluetoothRemoteGATTDescriptor
impl AsyncBluetoothListener for BluetoothRemoteGATTDescriptor
fn handle_response(&self, response: BluetoothResponse, promise: &Rc<Promise>)
source§impl BluetoothRemoteGATTDescriptorMethods for BluetoothRemoteGATTDescriptor
impl BluetoothRemoteGATTDescriptorMethods for BluetoothRemoteGATTDescriptor
fn Characteristic(&self) -> Root<Dom<BluetoothRemoteGATTCharacteristic>>
fn Uuid(&self) -> DOMString
fn GetValue(&self) -> Option<ByteString>
fn ReadValue(&self, comp: InRealm<'_>) -> Rc<Promise>
fn WriteValue(
&self,
value: ArrayBufferViewOrArrayBuffer,
comp: InRealm<'_>
) -> Rc<Promise>
source§impl DomObjectWrap for BluetoothRemoteGATTDescriptor
impl DomObjectWrap for BluetoothRemoteGATTDescriptor
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothRemoteGATTDescriptorBinding::BluetoothRemoteGATTDescriptorBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::bluetoothremotegattdescriptor::BluetoothRemoteGATTDescriptor>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetoothremotegattdescriptor::BluetoothRemoteGATTDescriptor>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::BluetoothRemoteGATTDescriptorBinding::BluetoothRemoteGATTDescriptorBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::bluetoothremotegattdescriptor::BluetoothRemoteGATTDescriptor>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::bluetoothremotegattdescriptor::BluetoothRemoteGATTDescriptor>>}
Function pointer to the general wrap function type
source§impl MallocSizeOf for BluetoothRemoteGATTDescriptor
impl MallocSizeOf for BluetoothRemoteGATTDescriptor
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 BluetoothRemoteGATTDescriptor
impl MutDomObject for BluetoothRemoteGATTDescriptor
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<BluetoothRemoteGATTDescriptor> for BluetoothRemoteGATTDescriptor
impl PartialEq<BluetoothRemoteGATTDescriptor> for BluetoothRemoteGATTDescriptor
source§fn eq(&self, other: &BluetoothRemoteGATTDescriptor) -> bool
fn eq(&self, other: &BluetoothRemoteGATTDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
impl !RefUnwindSafe for BluetoothRemoteGATTDescriptor
impl !Send for BluetoothRemoteGATTDescriptor
impl !Sync for BluetoothRemoteGATTDescriptor
impl Unpin for BluetoothRemoteGATTDescriptor
impl !UnwindSafe for BluetoothRemoteGATTDescriptor
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> 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