Enum semtech_udp::CodingRate
source · [−]pub enum CodingRate {
_4_5,
_4_6,
_4_7,
_4_8,
OFF,
}Variants
_4_5
_4_6
_4_7
_4_8
OFF
Trait Implementations
sourceimpl Clone for CodingRate
impl Clone for CodingRate
sourcefn clone(&self) -> CodingRate
fn clone(&self) -> CodingRate
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CodingRate
impl Debug for CodingRate
sourceimpl<'de> Deserialize<'de> for CodingRate
impl<'de> Deserialize<'de> for CodingRate
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for CodingRate
impl Serialize 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more