#[repr(C)]pub struct Ifconf {
pub ifc_len: i32,
pub ifc_buf: usize,
}Expand description
接口配置结构(用于 SIOCGIFCONF)
Fields§
§ifc_len: i32§ifc_buf: usize#[repr(C)]pub struct Ifconf {
pub ifc_len: i32,
pub ifc_buf: usize,
}接口配置结构(用于 SIOCGIFCONF)
ifc_len: i32§ifc_buf: usize