Struct libc::if_nameindex [] [src]

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

Fields

Trait Implementations

impl Copy for if_nameindex
[src]

impl Clone for if_nameindex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more