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