Struct bluenrg::gatt::DescriptorHandle[][src]

pub struct DescriptorHandle(pub u16);

Handle for GATT characteristic descriptors.

Trait Implementations

impl Copy for DescriptorHandle
[src]

impl Clone for DescriptorHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DescriptorHandle
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DescriptorHandle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations