Struct libc::if_nameindex 
#[repr(C)]
pub struct if_nameindex {    
    pub if_index: ::c_uint,
    pub if_name: *mut ::c_char,
}Fields
pub if_index: ::c_uintpub if_name: *mut ::c_charTrait Implementations
impl Clone for if_nameindex
fn clone(&Self) -> if_nameindeximpl Copy for if_nameindeximpl Debug for if_nameindex
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for if_nameindeximpl Hash for if_nameindex
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<if_nameindex> for if_nameindex
fn eq(&Self, other: &if_nameindex) -> boolfn ne(&Self, other: &if_nameindex) -> boolimpl StructuralEq for if_nameindeximpl StructuralPartialEq for if_nameindexAuto Trait Implementations
impl !Send for if_nameindeximpl !Sync for if_nameindeximpl RefUnwindSafe for if_nameindeximpl Unpin for if_nameindeximpl UnwindSafe for if_nameindexBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T