Enum ross_protocol::ross_packet_type::RossPacketType [−][src]
pub enum RossPacketType {
ErrorPacket(RossErrorPacket),
EventPacket(RossEventPacket),
}Variants
Tuple Fields of ErrorPacket
Tuple Fields of EventPacket
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.