Struct bluez_async::ServiceInfo [−][src]
Expand description
Information about a GATT service on a Bluetooth device.
Fields
id: ServiceId
An opaque identifier for the service on the device, including a reference to which adapter it was discovered on.
uuid: Uuid
The 128-bit UUID of the service.
primary: bool
Whether this GATT service is a primary service.
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 ServiceInfo
impl Send for ServiceInfo
impl Sync for ServiceInfo
impl Unpin for ServiceInfo
impl UnwindSafe for ServiceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more