[][src]Struct web_sys::BluetoothCharacteristicProperties

#[repr(transparent)]pub struct BluetoothCharacteristicProperties { /* fields omitted */ }

The BluetoothCharacteristicProperties class.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

Implementations

impl BluetoothCharacteristicProperties[src]

pub fn broadcast(&self) -> bool[src]

Getter for the broadcast field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn read(&self) -> bool[src]

Getter for the read field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn write_without_response(&self) -> bool[src]

Getter for the writeWithoutResponse field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn write(&self) -> bool[src]

Getter for the write field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn notify(&self) -> bool[src]

Getter for the notify field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn indicate(&self) -> bool[src]

Getter for the indicate field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn authenticated_signed_writes(&self) -> bool[src]

Getter for the authenticatedSignedWrites field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn reliable_write(&self) -> bool[src]

Getter for the reliableWrite field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl BluetoothCharacteristicProperties[src]

pub fn writable_auxiliaries(&self) -> bool[src]

Getter for the writableAuxiliaries field of this object.

MDN Documentation

This API requires the following crate features to be activated: BluetoothCharacteristicProperties

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

Trait Implementations

impl AsRef<BluetoothCharacteristicProperties> for BluetoothCharacteristicProperties[src]

impl AsRef<JsValue> for BluetoothCharacteristicProperties[src]

impl AsRef<Object> for BluetoothCharacteristicProperties[src]

impl Clone for BluetoothCharacteristicProperties[src]

impl Debug for BluetoothCharacteristicProperties[src]

impl Deref for BluetoothCharacteristicProperties[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for BluetoothCharacteristicProperties[src]

impl From<BluetoothCharacteristicProperties> for JsValue[src]

impl From<BluetoothCharacteristicProperties> for Object[src]

impl From<JsValue> for BluetoothCharacteristicProperties[src]

impl FromWasmAbi for BluetoothCharacteristicProperties[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

impl IntoWasmAbi for BluetoothCharacteristicProperties[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a BluetoothCharacteristicProperties[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for BluetoothCharacteristicProperties[src]

impl OptionFromWasmAbi for BluetoothCharacteristicProperties[src]

impl OptionIntoWasmAbi for BluetoothCharacteristicProperties[src]

impl<'a> OptionIntoWasmAbi for &'a BluetoothCharacteristicProperties[src]

impl PartialEq<BluetoothCharacteristicProperties> for BluetoothCharacteristicProperties[src]

impl RefFromWasmAbi for BluetoothCharacteristicProperties[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<BluetoothCharacteristicProperties>

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

impl StructuralEq for BluetoothCharacteristicProperties[src]

impl StructuralPartialEq for BluetoothCharacteristicProperties[src]

impl WasmDescribe for BluetoothCharacteristicProperties[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.