pub struct GpsDataTx {
pub auto_tx: bool,
pub interval_seconds: u16,
}Expand description
GPS data TX configuration for D-STAR mode.
Controls automatic transmission of GPS position data in D-STAR DV frame headers.
Fields§
§auto_tx: boolEnable automatic GPS data transmission on DV mode.
interval_seconds: u16Auto TX interval in seconds (range 1-9999).
Trait Implementations§
impl Copy for GpsDataTx
impl Eq for GpsDataTx
impl StructuralPartialEq for GpsDataTx
Auto Trait Implementations§
impl Freeze for GpsDataTx
impl RefUnwindSafe for GpsDataTx
impl Send for GpsDataTx
impl Sync for GpsDataTx
impl Unpin for GpsDataTx
impl UnwindSafe for GpsDataTx
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