pub enum ZigbeeMode {
Oqpsk250 = 0,
Oqpsk100 = 1,
Oqpsk25 = 2,
Bpsk20 = 3,
Bpsk40 = 4,
}Expand description
The modulation and data rate to be used for RX and TX
Variants§
Trait Implementations§
Source§impl Clone for ZigbeeMode
impl Clone for ZigbeeMode
Source§fn clone(&self) -> ZigbeeMode
fn clone(&self) -> ZigbeeMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZigbeeMode
impl Debug for ZigbeeMode
Source§impl PartialEq for ZigbeeMode
impl PartialEq for ZigbeeMode
impl Copy for ZigbeeMode
impl Eq for ZigbeeMode
impl StructuralPartialEq for ZigbeeMode
Auto Trait Implementations§
impl Freeze for ZigbeeMode
impl RefUnwindSafe for ZigbeeMode
impl Send for ZigbeeMode
impl Sync for ZigbeeMode
impl Unpin for ZigbeeMode
impl UnwindSafe for ZigbeeMode
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