Struct bluenrg::event::AttributeHandle[][src]

pub struct AttributeHandle(pub u16);

Newtype for an attribute handle. These handles are IDs, not general integers, and should not be manipulated as such.

Trait Implementations

impl Copy for AttributeHandle
[src]

impl Clone for AttributeHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttributeHandle
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AttributeHandle
[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