Enum ross_protocol::convert_packet::ConvertPacketError [−][src]
pub enum ConvertPacketError {
WrongSize,
WrongType,
EventPacket(EventPacketError),
}Variants
Provided packet was not appropriately sized
The provided packet was of a wrong type
EventPacket(EventPacketError)Event packet specific error
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 !=.