Enum kernel::hil::ble_advertising::RadioChannel
source · [−]pub enum RadioChannel {
Show 40 variants
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
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
Implementations
sourceimpl RadioChannel
impl RadioChannel
pub fn get_channel_index(&self) -> u32
Trait Implementations
sourceimpl Clone for RadioChannel
impl Clone for RadioChannel
sourcefn clone(&self) -> RadioChannel
fn clone(&self) -> RadioChannel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RadioChannel
impl Debug for RadioChannel
sourceimpl PartialEq<RadioChannel> for RadioChannel
impl PartialEq<RadioChannel> for RadioChannel
impl Copy for RadioChannel
impl StructuralPartialEq for RadioChannel
Auto Trait Implementations
impl RefUnwindSafe for RadioChannel
impl Send for RadioChannel
impl Sync for RadioChannel
impl Unpin for RadioChannel
impl UnwindSafe for RadioChannel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more