Enum bluenrg::OwnAddressType[][src]

#[repr(u8)]
pub enum OwnAddressType { Public, Random, }

Indicates the type of address being used in the advertising packets.

Variants

Public Device Address (default)

Random Device Address

Trait Implementations

impl Debug for OwnAddressType
[src]

Formats the value using the given formatter. Read more

impl Clone for OwnAddressType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<OwnAddressType> for OwnAddressType
[src]

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

This method tests for !=.

impl Copy for OwnAddressType
[src]

Auto Trait Implementations