瀏覽代碼

Don't use option in PacketMeta.id.

Dario Nieuwenhuis 1 年之前
父節點
當前提交
2b0ad1a278
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/phy/mod.rs

+ 1 - 1
src/phy/mod.rs

@@ -158,7 +158,7 @@ pub use self::tuntap_interface::TunTapInterface;
 #[non_exhaustive]
 pub struct PacketMeta {
     #[cfg(feature = "packetmeta-id")]
-    pub id: Option<u32>,
+    pub id: u32,
 }
 
 /// A description of checksum behavior for a particular protocol.