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_Foundation"
, "Win32_NetworkManagement_Ndis"
, "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§
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