Enum lora_phy::mod_params::Bandwidth
source · pub enum Bandwidth {
_7KHz,
_10KHz,
_15KHz,
_20KHz,
_31KHz,
_41KHz,
_62KHz,
_125KHz,
_250KHz,
_500KHz,
}Expand description
Valid bandwidths for one or more LoRa chips supported by this crate
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Bandwidth> for Bandwidth
impl PartialEq<Bandwidth> for Bandwidth
impl Copy for Bandwidth
impl StructuralPartialEq for Bandwidth
Auto Trait Implementations§
impl RefUnwindSafe for Bandwidth
impl Send for Bandwidth
impl Sync for Bandwidth
impl Unpin for Bandwidth
impl UnwindSafe for Bandwidth
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