pub enum DcdSense {
Both,
DataOnly,
}Expand description
DCD (Data Carrier Detect) sense mode.
Controls how the radio detects channel activity before transmitting APRS packets.
Variants§
Both
Sense both voice and data activity on the channel.
DataOnly
Sense data activity only (ignore voice signals).
Trait Implementations§
impl Copy for DcdSense
impl Eq for DcdSense
impl StructuralPartialEq for DcdSense
Auto Trait Implementations§
impl Freeze for DcdSense
impl RefUnwindSafe for DcdSense
impl Send for DcdSense
impl Sync for DcdSense
impl Unpin for DcdSense
impl UnwindSafe for DcdSense
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