Struct bluenrg::event::Uuid16[][src]

pub struct Uuid16(pub u16);

Newtype for the 16-bit UUID buffer.

Trait Implementations

impl Copy for Uuid16
[src]

impl Clone for Uuid16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Uuid16
[src]

Formats the value using the given formatter. Read more

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

impl Send for Uuid16

impl Sync for Uuid16