Struct libc::if_nameindex [] [src]

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for if_nameindex

impl !Sync for if_nameindex