Enum hostlink::protocol::MessageKind
source · pub enum MessageKind {
Show 32 variants
IrSrAreaRead,
LrAreaRead,
HrAreaRead,
PvRead,
TcStatusRead,
DmAreaRead,
ArAreaRead,
IrSrAreaWrite,
LrAreaWrite,
HrAreaWrite,
PvWrite,
TcStatusWrite,
DmAreaWrite,
ArAreaWrite,
SvRead1,
SvRead2,
SvRead3,
SvChange1,
SvChange2,
SvChange3,
StatusRead,
StatusWrite,
ErrorRead,
ForcedSet,
ForcedReset,
MultipleForcedSetReset,
ForcedSetResetCancel,
PcModelRead,
Test,
ProgramRead,
ProgramWrite,
CompoundCommand,
}
Expand description
A Hostlink command type.
Variants§
IrSrAreaRead
LrAreaRead
HrAreaRead
PvRead
TcStatusRead
DmAreaRead
ArAreaRead
IrSrAreaWrite
LrAreaWrite
HrAreaWrite
PvWrite
TcStatusWrite
DmAreaWrite
ArAreaWrite
SvRead1
SvRead2
SvRead3
SvChange1
SvChange2
SvChange3
StatusRead
StatusWrite
ErrorRead
ForcedSet
ForcedReset
MultipleForcedSetReset
ForcedSetResetCancel
PcModelRead
Test
ProgramRead
ProgramWrite
CompoundCommand
Implementations§
Trait Implementations§
source§impl Clone for MessageKind
impl Clone for MessageKind
source§fn clone(&self) -> MessageKind
fn clone(&self) -> MessageKind
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 MessageKind
impl Debug for MessageKind
source§impl Display for MessageKind
impl Display for MessageKind
source§impl FromStr for MessageKind
impl FromStr for MessageKind
source§impl Hash for MessageKind
impl Hash for MessageKind
source§impl Ord for MessageKind
impl Ord for MessageKind
source§fn cmp(&self, other: &MessageKind) -> Ordering
fn cmp(&self, other: &MessageKind) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MessageKind
impl PartialEq for MessageKind
source§fn eq(&self, other: &MessageKind) -> bool
fn eq(&self, other: &MessageKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MessageKind
impl PartialOrd for MessageKind
source§fn partial_cmp(&self, other: &MessageKind) -> Option<Ordering>
fn partial_cmp(&self, other: &MessageKind) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MessageKind
impl Eq for MessageKind
impl StructuralPartialEq for MessageKind
Auto Trait Implementations§
impl Freeze for MessageKind
impl RefUnwindSafe for MessageKind
impl Send for MessageKind
impl Sync for MessageKind
impl Unpin for MessageKind
impl UnwindSafe for MessageKind
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