Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_PROXYARP
[−]Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’
Fields
dwAddress: u32
dwMask: u32
dwIfIndex: u32
Trait Implementations
impl Clone for MIB_PROXYARP
impl Clone for MIB_PROXYARP
impl Copy for MIB_PROXYARP
Auto Trait Implementations
impl RefUnwindSafe for MIB_PROXYARP
impl Send for MIB_PROXYARP
impl Sync for MIB_PROXYARP
impl Unpin for MIB_PROXYARP
impl UnwindSafe for MIB_PROXYARP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more