pub enum JS8MessageType {
Show 42 variants
Close,
InboxMessages,
InboxMessage,
ModeSpeed,
Ping,
RigFreq,
RigPtt,
RxActivity,
RxBandActivity,
RxCallActivity,
RxCallSelected,
RxDirected,
RxSpot,
RxText,
StationCallsign,
StationGrid,
StationInfo,
StationStatus,
TxFrame,
TxText,
InboxGetMessages,
InboxStoreMessage,
ModeGetSpeed,
ModeSetSpeed,
RigGetFreq,
RigSetFreq,
RxGetBandActivity,
RxGetCallActivity,
RxGetCallSelected,
RxGetText,
StationGetCallsign,
StationGetGrid,
StationSetGrid,
StationGetInfo,
StationSetInfo,
StationGetStatus,
StationSetStatus,
TxSendMessage,
TxSetText,
WindowRaise,
APIError,
Invalid,
}
Variants§
Close
InboxMessages
InboxMessage
ModeSpeed
Ping
RigFreq
RigPtt
RxActivity
RxBandActivity
RxCallActivity
RxCallSelected
RxDirected
RxSpot
RxText
StationCallsign
StationGrid
StationInfo
StationStatus
TxFrame
TxText
InboxGetMessages
InboxStoreMessage
ModeGetSpeed
ModeSetSpeed
RigGetFreq
RigSetFreq
RxGetBandActivity
RxGetCallActivity
RxGetCallSelected
RxGetText
StationGetCallsign
StationGetGrid
StationSetGrid
StationGetInfo
StationSetInfo
StationGetStatus
StationSetStatus
TxSendMessage
TxSetText
WindowRaise
APIError
Invalid
Trait Implementations§
source§impl Clone for JS8MessageType
impl Clone for JS8MessageType
source§fn clone(&self) -> JS8MessageType
fn clone(&self) -> JS8MessageType
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 JS8MessageType
impl Debug for JS8MessageType
source§impl Default for JS8MessageType
impl Default for JS8MessageType
source§fn default() -> JS8MessageType
fn default() -> JS8MessageType
Returns the “default value” for a type. Read more
source§impl Display for JS8MessageType
impl Display for JS8MessageType
source§impl From<&str> for JS8MessageType
impl From<&str> for JS8MessageType
impl Copy for JS8MessageType
Auto Trait Implementations§
impl Freeze for JS8MessageType
impl RefUnwindSafe for JS8MessageType
impl Send for JS8MessageType
impl Sync for JS8MessageType
impl Unpin for JS8MessageType
impl UnwindSafe for JS8MessageType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)