#[repr(C)]pub struct IP_INTERFACE_NAME_INFO_W2KSP1 {
pub Index: u32,
pub MediaType: u32,
pub ConnectionType: u8,
pub AccessType: u8,
pub DeviceGuid: GUID,
pub InterfaceGuid: GUID,
}Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
Index: u32MediaType: u32ConnectionType: u8AccessType: u8DeviceGuid: GUIDInterfaceGuid: GUIDTrait Implementations
impl Clone for IP_INTERFACE_NAME_INFO_W2KSP1
impl Clone for IP_INTERFACE_NAME_INFO_W2KSP1
impl Copy for IP_INTERFACE_NAME_INFO_W2KSP1
Auto Trait Implementations
impl RefUnwindSafe for IP_INTERFACE_NAME_INFO_W2KSP1
impl Send for IP_INTERFACE_NAME_INFO_W2KSP1
impl Sync for IP_INTERFACE_NAME_INFO_W2KSP1
impl Unpin for IP_INTERFACE_NAME_INFO_W2KSP1
impl UnwindSafe for IP_INTERFACE_NAME_INFO_W2KSP1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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