1#[repr(u8)] 2#[derive(Default, Debug, Clone, Copy, PartialEq, Eq)] 3pub enum InterfaceKind { 4 #[default] 5 Unknown, 6 Ethernet, 7 WiFi, 8}