extern struct ifinfomsg [src]

Fields

family: u8
__pad1: u8 = 0
type: c_ushortARPHRD_*
index: c_intLink index
flags: c_uintIFF_* flags
change: c_uintIFF_* change mask

Source

pub const ifinfomsg = extern struct { family: u8, __pad1: u8 = 0, /// ARPHRD_* type: c_ushort, /// Link index index: c_int, /// IFF_* flags flags: c_uint, /// IFF_* change mask change: c_uint, }