Enum ross_protocol::ross_packet_type::RossPacketType [−][src]
pub enum RossPacketType {
ErrorPacket(RossErrorPacket),
EventPacket(RossEventPacket),
}Variants
ErrorPacket(RossErrorPacket)EventPacket(RossEventPacket)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RossPacketTypeimpl Send for RossPacketTypeimpl Sync for RossPacketTypeimpl Unpin for RossPacketTypeimpl UnwindSafe for RossPacketType