Struct stdcli::prelude::libc::if_nameindex [] [src]

#[repr(C)]
pub struct if_nameindex { pub if_index: u32, pub if_name: *mut i8, }

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