Enum nrf5x::ble_advertising_hil::RadioChannel
[−]
[src]
pub enum RadioChannel {
DataChannel0,
DataChannel1,
DataChannel2,
DataChannel3,
DataChannel4,
DataChannel5,
DataChannel6,
DataChannel7,
DataChannel8,
DataChannel9,
DataChannel10,
DataChannel11,
DataChannel12,
DataChannel13,
DataChannel14,
DataChannel15,
DataChannel16,
DataChannel17,
DataChannel18,
DataChannel19,
DataChannel20,
DataChannel21,
DataChannel22,
DataChannel23,
DataChannel24,
DataChannel25,
DataChannel26,
DataChannel27,
DataChannel28,
DataChannel29,
DataChannel30,
DataChannel31,
DataChannel32,
DataChannel33,
DataChannel34,
DataChannel35,
DataChannel36,
AdvertisingChannel37,
AdvertisingChannel38,
AdvertisingChannel39,
}Variants
DataChannel0DataChannel1DataChannel2DataChannel3DataChannel4DataChannel5DataChannel6DataChannel7DataChannel8DataChannel9DataChannel10DataChannel11DataChannel12DataChannel13DataChannel14DataChannel15DataChannel16DataChannel17DataChannel18DataChannel19DataChannel20DataChannel21DataChannel22DataChannel23DataChannel24DataChannel25DataChannel26DataChannel27DataChannel28DataChannel29DataChannel30DataChannel31DataChannel32DataChannel33DataChannel34DataChannel35DataChannel36AdvertisingChannel37AdvertisingChannel38AdvertisingChannel39
Methods
impl RadioChannel[src]
pub fn get_channel_index(&self) -> u32[src]
Trait Implementations
impl PartialEq for RadioChannel[src]
fn eq(&self, __arg_0: &RadioChannel) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Debug for RadioChannel[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for RadioChannel[src]
impl Clone for RadioChannel[src]
fn clone(&self) -> RadioChannel[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more