Struct bluenrg::event::AttReadResponse[][src]

pub struct AttReadResponse {
    pub conn_handle: ConnectionHandle,
    // some fields omitted
}

This event is generated in response to a Read Request.

Fields

The connection handle related to the response.

Methods

impl AttReadResponse
[src]

Returns the valid part of the value data.

Trait Implementations

impl Copy for AttReadResponse
[src]

impl Clone for AttReadResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttReadResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations