pub struct NotificationConfig {
pub rx_beep: bool,
pub tx_beep: bool,
pub special_call: bool,
}Expand description
APRS notification sound and display configuration.
Fields§
§rx_beep: boolBeep on receiving an APRS packet.
tx_beep: boolBeep on transmitting an APRS beacon.
special_call: boolSpecial beep for directed messages (addressed to this station).
Trait Implementations§
Source§impl Clone for NotificationConfig
impl Clone for NotificationConfig
Source§fn clone(&self) -> NotificationConfig
fn clone(&self) -> NotificationConfig
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 NotificationConfig
impl Debug for NotificationConfig
Source§impl Default for NotificationConfig
impl Default for NotificationConfig
Source§impl Hash for NotificationConfig
impl Hash for NotificationConfig
Source§impl PartialEq for NotificationConfig
impl PartialEq for NotificationConfig
impl Copy for NotificationConfig
impl Eq for NotificationConfig
impl StructuralPartialEq for NotificationConfig
Auto Trait Implementations§
impl Freeze for NotificationConfig
impl RefUnwindSafe for NotificationConfig
impl Send for NotificationConfig
impl Sync for NotificationConfig
impl Unpin for NotificationConfig
impl UnwindSafe for NotificationConfig
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