Struct inkview_sys::c_api::network_interface_info [−][src]
#[repr(C)]pub struct network_interface_info { pub ip_addr: network_interface, pub mask: network_interface, pub br_addr: network_interface, pub hw_addr: network_interface, }
Fields
ip_addr: network_interfacemask: network_interfacebr_addr: network_interfacehw_addr: network_interfaceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for network_interface_infoimpl Send for network_interface_infoimpl Sync for network_interface_infoimpl Unpin for network_interface_infoimpl UnwindSafe for network_interface_infoBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V