#[repr(C)]pub struct MIB_IPNET_ROW2 {
pub Address: SOCKADDR_INET,
pub InterfaceIndex: NET_IFINDEX,
pub InterfaceLuid: NET_LUID,
pub PhysicalAddress: [UCHAR; 32],
pub PhysicalAddressLength: ULONG,
pub State: NL_NEIGHBOR_STATE,
pub s: MIB_IPNET_ROW2_s,
pub ReachabilityTime: MIB_IPNET_ROW2_ReachabilityTime,
}
Fields§
§Address: SOCKADDR_INET
§InterfaceIndex: NET_IFINDEX
§InterfaceLuid: NET_LUID
§PhysicalAddress: [UCHAR; 32]
§PhysicalAddressLength: ULONG
§State: NL_NEIGHBOR_STATE
§s: MIB_IPNET_ROW2_s
§ReachabilityTime: MIB_IPNET_ROW2_ReachabilityTime
Trait Implementations§
Source§impl Clone for MIB_IPNET_ROW2
impl Clone for MIB_IPNET_ROW2
Source§fn clone(&self) -> MIB_IPNET_ROW2
fn clone(&self) -> MIB_IPNET_ROW2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MIB_IPNET_ROW2
impl Default for MIB_IPNET_ROW2
Source§fn default() -> MIB_IPNET_ROW2
fn default() -> MIB_IPNET_ROW2
Returns the “default value” for a type. Read more
impl Copy for MIB_IPNET_ROW2
Auto Trait Implementations§
impl Freeze for MIB_IPNET_ROW2
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