pub enum CodingRate {
_4_5,
_4_6,
_4_7,
_4_8,
}
Expand description
Controls the forward error correction. Higher values are more robust, but reduces the ratio of actual data in transmissions.
Variants§
Implementations§
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 moreSource§impl Debug for CodingRate
impl Debug for CodingRate
Source§impl PartialEq for CodingRate
impl PartialEq for CodingRate
impl Copy for CodingRate
impl Eq for CodingRate
impl StructuralPartialEq for CodingRate
Auto Trait Implementations§
impl Freeze for CodingRate
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