Struct rumble::api::BDAddr [] [src]

#[repr(C)]
pub struct BDAddr { pub address: [u8; 6], }

Stores the 6 byte address used to identify Bluetooth devices.

Fields

Trait Implementations

impl Copy for BDAddr
[src]

impl Clone for BDAddr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for BDAddr
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for BDAddr
[src]

impl PartialEq for BDAddr
[src]

[src]

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

[src]

This method tests for !=.

impl Default for BDAddr
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for BDAddr
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for BDAddr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BDAddr

impl Sync for BDAddr