Struct bluez_async::DescriptorInfo [−][src]
pub struct DescriptorInfo {
pub id: DescriptorId,
pub uuid: Uuid,
}
Expand description
Information about a GATT descriptor on a Bluetooth device.
Fields
id: DescriptorId
An opaque identifier for the descriptor on the device, including a reference to which adapter it was discovered on.
uuid: Uuid
The 128-bit UUID of the descriptor.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescriptorInfo
impl Send for DescriptorInfo
impl Sync for DescriptorInfo
impl Unpin for DescriptorInfo
impl UnwindSafe for DescriptorInfo
Blanket Implementations
Mutably borrows from an owned value. Read more