Struct libc::if_nameindex [] [src]

pub struct if_nameindex {
    pub if_index: c_uint,
    pub if_name: *mut c_char,
}

Fields

if_index
if_name

Trait Implementations

impl Copy for if_nameindex

impl Clone for if_nameindex

fn clone(&self) -> if_nameindex

fn clone_from(&mut self, source: &Self)1.0.0