Enum lora_phy::mod_params::CodingRate
source · pub enum CodingRate {
_4_5,
_4_6,
_4_7,
_4_8,
}Expand description
Valid coding rates for one or more LoRa chips supported by this crate
Variants§
Trait Implementations§
source§impl Clone for CodingRate
impl Clone for CodingRate
source§fn clone(&self) -> CodingRate
fn clone(&self) -> CodingRate
Returns a copy 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 moreimpl Copy for CodingRate
Auto Trait Implementations§
impl RefUnwindSafe for CodingRate
impl Send for CodingRate
impl Sync for CodingRate
impl Unpin for CodingRate
impl UnwindSafe for CodingRate
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