#[repr(C)]pub struct IP_INTERFACE_INFO {
pub NumAdapters: i32,
pub Adapter: [IP_ADAPTER_INDEX_MAP; 1],
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
NumAdapters: i32
Adapter: [IP_ADAPTER_INDEX_MAP; 1]
Trait Implementations
impl Clone for IP_INTERFACE_INFO
impl Clone for IP_INTERFACE_INFO
impl Copy for IP_INTERFACE_INFO
Auto Trait Implementations
impl RefUnwindSafe for IP_INTERFACE_INFO
impl Send for IP_INTERFACE_INFO
impl Sync for IP_INTERFACE_INFO
impl Unpin for IP_INTERFACE_INFO
impl UnwindSafe for IP_INTERFACE_INFO
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