Struct bluenrg::event::Uuid128[][src]

pub struct Uuid128(pub [u8; 16]);

Newtype for the 128-bit UUID buffer.

Trait Implementations

impl Copy for Uuid128
[src]

impl Clone for Uuid128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Uuid128
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Uuid128