Enum btmgmt_packet::Address[][src]

pub enum Address {
    BrEdr(BdAddr),
    LePublic(PublicDeviceAddress),
    LeRandom(RandomDeviceAddress),
}
Expand description

Bluetooth Device Address

Variants

BrEdr(BdAddr)

Tuple Fields

0: BdAddr

Classic BR/EDR Address

LePublic(PublicDeviceAddress)

Tuple Fields

LE Public Device Address

LeRandom(RandomDeviceAddress)

Tuple Fields

LE Random Device Address

Implementations

Construct Classic BR/EDR Address from bytes.

Construct LE Public Device Address from bytes.

Construct LE Random Device Address from bytes.

Construct Classic BR/EDR Address from str.

Construct LE Public Device Address from str.

ref BLUETOOTH CORE SPECIFICATION | Vol 6, Part B | 1.3 DEVICE ADDRESS

Construct LE Public Device Address from str.

ref BLUETOOTH CORE SPECIFICATION | Vol 6, Part B | 1.3 DEVICE ADDRESS

Unwrap inner BdAddr.

Get address type.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. Read more

Performs the conversion.

Performs the conversion.

Creates a value from an iterator. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.