Enum bluetooth_hci::BdAddrType[][src]

pub enum BdAddrType {
    Public(BdAddr),
    Random(BdAddr),
}

Potential values for BDADDR

Variants

Public address.

Random address.

Methods

impl BdAddrType
[src]

Writes a BdAddrType into the given slice. The slice must be exactly the right length (7 bytes).

Trait Implementations

impl Copy for BdAddrType
[src]

impl Clone for BdAddrType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BdAddrType
[src]

Formats the value using the given formatter. Read more

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

impl Sync for BdAddrType