Struct semtech_udp::tx_ack::Packet [−][src]
pub struct Packet {
pub random_token: u16,
pub gateway_mac: MacAddress,
pub data: Option<TxPkNack>,
}Fields
random_token: u16gateway_mac: MacAddressdata: Option<TxPkNack>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Packetimpl UnwindSafe for PacketBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V