Enum semtech_udp::Identifier [−][src]
#[repr(u8)]
pub enum Identifier {
PushData,
PushAck,
PullData,
PullResp,
PullAck,
TxAck,
}Variants
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Identifierimpl Send for Identifierimpl Sync for Identifierimpl Unpin for Identifierimpl UnwindSafe for Identifier