Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_IPPATH_TABLE
[−]#[repr(C)]pub struct MIB_IPPATH_TABLE {
pub NumEntries: u32,
pub Table: [MIB_IPPATH_ROW; 1],
}
Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’, ‘Win32_Foundation’, ‘Win32_Networking_WinSock’
Fields
NumEntries: u32
Table: [MIB_IPPATH_ROW; 1]
Trait Implementations
impl Clone for MIB_IPPATH_TABLE
impl Clone for MIB_IPPATH_TABLE
impl Copy for MIB_IPPATH_TABLE
Auto Trait Implementations
impl RefUnwindSafe for MIB_IPPATH_TABLE
impl Send for MIB_IPPATH_TABLE
impl Sync for MIB_IPPATH_TABLE
impl Unpin for MIB_IPPATH_TABLE
impl UnwindSafe for MIB_IPPATH_TABLE
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