pub enum Channel {
Show 16 variants
_11,
_12,
_13,
_14,
_15,
_16,
_17,
_18,
_19,
_20,
_21,
_22,
_23,
_24,
_25,
_26,
}Expand description
IEEE 802.15.4 channels
Variants§
_11
2_405 MHz
_12
2_410 MHz
_13
2_415 MHz
_14
2_420 MHz
_15
2_425 MHz
_16
2_430 MHz
_17
2_435 MHz
_18
2_440 MHz
_19
2_445 MHz
_20
2_450 MHz
_21
2_455 MHz
_22
2_460 MHz
_23
2_465 MHz
_24
2_470 MHz
_25
2_475 MHz
_26
2_480 MHz
Trait Implementations§
impl Copy for Channel
impl StructuralPartialEq for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Send for Channel
impl Sync for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more