Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_IPNET_ROW2
#[repr(C)]pub struct MIB_IPNET_ROW2 {
pub Address: SOCKADDR_INET,
pub InterfaceIndex: u32,
pub InterfaceLuid: NET_LUID_LH,
pub PhysicalAddress: [u8; 32],
pub PhysicalAddressLength: u32,
pub State: NL_NEIGHBOR_STATE,
pub Anonymous: MIB_IPNET_ROW2_0,
pub ReachabilityTime: MIB_IPNET_ROW2_1,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Networking_WinSock"
Fields§
§Address: SOCKADDR_INET
§InterfaceIndex: u32
§InterfaceLuid: NET_LUID_LH
§PhysicalAddress: [u8; 32]
§PhysicalAddressLength: u32
§State: NL_NEIGHBOR_STATE
§Anonymous: MIB_IPNET_ROW2_0
§ReachabilityTime: MIB_IPNET_ROW2_1
Trait Implementations§
§impl Clone for MIB_IPNET_ROW2
impl Clone for MIB_IPNET_ROW2
impl Copy for MIB_IPNET_ROW2
Auto Trait Implementations§
impl RefUnwindSafe for MIB_IPNET_ROW2
impl Send for MIB_IPNET_ROW2
impl Sync for MIB_IPNET_ROW2
impl Unpin for MIB_IPNET_ROW2
impl UnwindSafe for MIB_IPNET_ROW2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more