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