pub enum LoraBandwidth {
Bw125kHz,
Bw250kHz,
Bw500kHz,
}Variants§
Implementations§
Source§impl LoraBandwidth
impl LoraBandwidth
Trait Implementations§
Source§impl Clone for LoraBandwidth
impl Clone for LoraBandwidth
Source§fn clone(&self) -> LoraBandwidth
fn clone(&self) -> LoraBandwidth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoraBandwidth
Source§impl Debug for LoraBandwidth
impl Debug for LoraBandwidth
impl Eq for LoraBandwidth
Source§impl PartialEq for LoraBandwidth
impl PartialEq for LoraBandwidth
impl StructuralPartialEq for LoraBandwidth
Auto Trait Implementations§
impl Freeze for LoraBandwidth
impl RefUnwindSafe for LoraBandwidth
impl Send for LoraBandwidth
impl Sync for LoraBandwidth
impl Unpin for LoraBandwidth
impl UnsafeUnpin for LoraBandwidth
impl UnwindSafe for LoraBandwidth
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