Struct bluenrg::event::HandleInfoPair[][src]

pub struct HandleInfoPair {
    pub attribute: AttributeHandle,
    pub group_end: GroupEndHandle,
}

Simple container for the handle information returned in AttFindByTypeValueResponse.

Fields

Attribute handle

Group End handle

Trait Implementations

impl Copy for HandleInfoPair
[src]

impl Clone for HandleInfoPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HandleInfoPair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations