pub struct DstarAutoReply {
pub mode: DstarAutoReplyMode,
pub message: DstarMessage,
}Expand description
D-STAR auto-reply configuration.
When enabled, the radio automatically responds to incoming D-STAR slow-data messages with a configured text reply.
Fields§
§mode: DstarAutoReplyModeAuto-reply mode.
message: DstarMessageAuto-reply message text (up to 20 characters).
Trait Implementations§
Source§impl Clone for DstarAutoReply
impl Clone for DstarAutoReply
Source§fn clone(&self) -> DstarAutoReply
fn clone(&self) -> DstarAutoReply
Returns a duplicate 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 DstarAutoReply
impl Debug for DstarAutoReply
Source§impl Default for DstarAutoReply
impl Default for DstarAutoReply
Source§impl PartialEq for DstarAutoReply
impl PartialEq for DstarAutoReply
impl Eq for DstarAutoReply
impl StructuralPartialEq for DstarAutoReply
Auto Trait Implementations§
impl Freeze for DstarAutoReply
impl RefUnwindSafe for DstarAutoReply
impl Send for DstarAutoReply
impl Sync for DstarAutoReply
impl Unpin for DstarAutoReply
impl UnwindSafe for DstarAutoReply
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