pub enum MessageHexSend {
Start,
Pending,
AckReceived,
WaitAck,
RxWinRssiSnr(u8, i8, f32),
Done,
}
Variants§
Trait Implementations§
Source§impl Clone for MessageHexSend
impl Clone for MessageHexSend
Source§fn clone(&self) -> MessageHexSend
fn clone(&self) -> MessageHexSend
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 MessageHexSend
impl Debug for MessageHexSend
Source§impl From<MessageHexSend> for URCMessages
impl From<MessageHexSend> for URCMessages
Source§fn from(value: MessageHexSend) -> Self
fn from(value: MessageHexSend) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MessageHexSend
impl PartialEq for MessageHexSend
impl StructuralPartialEq for MessageHexSend
Auto Trait Implementations§
impl Freeze for MessageHexSend
impl RefUnwindSafe for MessageHexSend
impl Send for MessageHexSend
impl Sync for MessageHexSend
impl Unpin for MessageHexSend
impl UnwindSafe for MessageHexSend
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