[−][src]Struct web_sys::BluetoothRemoteGattService
The BluetoothRemoteGattService class.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
Implementations
impl BluetoothRemoteGattService[src]
pub fn device(&self) -> BluetoothDevice[src]
Getter for the device field of this object.
This API requires the following crate features to be activated: BluetoothDevice, BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn uuid(&self) -> String[src]
Getter for the uuid field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn is_primary(&self) -> bool[src]
Getter for the isPrimary field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn oncharacteristicvaluechanged(&self) -> Option<Function>[src]
Getter for the oncharacteristicvaluechanged field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn set_oncharacteristicvaluechanged(&self, value: Option<&Function>)[src]
Setter for the oncharacteristicvaluechanged field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn onserviceadded(&self) -> Option<Function>[src]
Getter for the onserviceadded field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn set_onserviceadded(&self, value: Option<&Function>)[src]
Setter for the onserviceadded field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn onservicechanged(&self) -> Option<Function>[src]
Getter for the onservicechanged field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn set_onservicechanged(&self, value: Option<&Function>)[src]
Setter for the onservicechanged field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn onserviceremoved(&self) -> Option<Function>[src]
Getter for the onserviceremoved field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn set_onserviceremoved(&self, value: Option<&Function>)[src]
Setter for the onserviceremoved field of this object.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_characteristic_with_str(&self, characteristic: &str) -> Promise[src]
The getCharacteristic() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_characteristic_with_u32(&self, characteristic: u32) -> Promise[src]
The getCharacteristic() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_characteristics(&self) -> Promise[src]
The getCharacteristics() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_characteristics_with_str(&self, characteristic: &str) -> Promise[src]
The getCharacteristics() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_characteristics_with_u32(&self, characteristic: u32) -> Promise[src]
The getCharacteristics() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_included_service_with_str(&self, service: &str) -> Promise[src]
The getIncludedService() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_included_service_with_u32(&self, service: u32) -> Promise[src]
The getIncludedService() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_included_services(&self) -> Promise[src]
The getIncludedServices() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_included_services_with_str(&self, service: &str) -> Promise[src]
The getIncludedServices() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
impl BluetoothRemoteGattService[src]
pub fn get_included_services_with_u32(&self, service: u32) -> Promise[src]
The getIncludedServices() method.
This API requires the following crate features to be activated: BluetoothRemoteGattService
This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as
described in the wasm-bindgen guide
Methods from Deref<Target = EventTarget>
pub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>[src]
The dispatchEvent() method.
This API requires the following crate features to be activated: Event, EventTarget
pub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
pub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
Trait Implementations
impl AsRef<BluetoothRemoteGattService> for BluetoothRemoteGattService[src]
pub fn as_ref(&self) -> &BluetoothRemoteGattService[src]
impl AsRef<EventTarget> for BluetoothRemoteGattService[src]
pub fn as_ref(&self) -> &EventTarget[src]
impl AsRef<JsValue> for BluetoothRemoteGattService[src]
impl AsRef<Object> for BluetoothRemoteGattService[src]
impl Clone for BluetoothRemoteGattService[src]
pub fn clone(&self) -> BluetoothRemoteGattService[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for BluetoothRemoteGattService[src]
impl Deref for BluetoothRemoteGattService[src]
type Target = EventTarget
The resulting type after dereferencing.
pub fn deref(&self) -> &EventTarget[src]
impl Eq for BluetoothRemoteGattService[src]
impl From<BluetoothRemoteGattService> for JsValue[src]
pub fn from(obj: BluetoothRemoteGattService) -> JsValue[src]
impl From<BluetoothRemoteGattService> for EventTarget[src]
pub fn from(obj: BluetoothRemoteGattService) -> EventTarget[src]
impl From<BluetoothRemoteGattService> for Object[src]
pub fn from(obj: BluetoothRemoteGattService) -> Object[src]
impl From<JsValue> for BluetoothRemoteGattService[src]
pub fn from(obj: JsValue) -> BluetoothRemoteGattService[src]
impl FromWasmAbi for BluetoothRemoteGattService[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
pub unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for BluetoothRemoteGattService[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
pub fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a BluetoothRemoteGattService[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
pub fn into_abi(self) -> Self::Abi[src]
impl JsCast for BluetoothRemoteGattService[src]
pub fn instanceof(val: &JsValue) -> bool[src]
pub fn unchecked_from_js(val: JsValue) -> Self[src]
pub fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
pub fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
pub fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
pub fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
pub fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
pub fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
pub fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
pub fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for BluetoothRemoteGattService[src]
impl OptionIntoWasmAbi for BluetoothRemoteGattService[src]
impl<'a> OptionIntoWasmAbi for &'a BluetoothRemoteGattService[src]
impl PartialEq<BluetoothRemoteGattService> for BluetoothRemoteGattService[src]
pub fn eq(&self, other: &BluetoothRemoteGattService) -> bool[src]
pub fn ne(&self, other: &BluetoothRemoteGattService) -> bool[src]
impl RefFromWasmAbi for BluetoothRemoteGattService[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<BluetoothRemoteGattService>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don't persist beyond one function
call, and so that they remain anonymous. Read more
pub unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
impl StructuralEq for BluetoothRemoteGattService[src]
impl StructuralPartialEq for BluetoothRemoteGattService[src]
impl WasmDescribe for BluetoothRemoteGattService[src]
Auto Trait Implementations
impl RefUnwindSafe for BluetoothRemoteGattService
impl !Send for BluetoothRemoteGattService
impl !Sync for BluetoothRemoteGattService
impl Unpin for BluetoothRemoteGattService
impl UnwindSafe for BluetoothRemoteGattService
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
pub fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,