Struct bluenrg::event::GroupEndHandle[][src]

pub struct GroupEndHandle(pub u16);

Newtype for Group End handles

Trait Implementations

impl Copy for GroupEndHandle
[src]

impl Clone for GroupEndHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupEndHandle
[src]

Formats the value using the given formatter. Read more

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