Enum ross_protocol::ross_convert_packet::RossConvertPacketError [−][src]
pub enum RossConvertPacketError {
WrongSize,
WrongType,
EventPacket(RossEventPacketError),
}Variants
Provided packet was not appropriately sized
The provided packet was of a wrong type
EventPacket(RossEventPacketError)Event packet specific error
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 RossConvertPacketErrorimpl Send for RossConvertPacketErrorimpl Sync for RossConvertPacketErrorimpl Unpin for RossConvertPacketErrorimpl UnwindSafe for RossConvertPacketError