Struct bluenrg::event::HandleUuid128Pair[][src]

pub struct HandleUuid128Pair {
    pub handle: AttributeHandle,
    pub uuid: Uuid128,
}

One format of the handle-UUID pairs in the AttFindInformationResponse event. The UUIDs are 128 bits.

Fields

Attribute handle

Attribute UUID

Trait Implementations

impl Copy for HandleUuid128Pair
[src]

impl Clone for HandleUuid128Pair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HandleUuid128Pair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations