#[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: u32
MediaType: u32
ConnectionType: u8
AccessType: u8
DeviceGuid: GUID
InterfaceGuid: GUID
Trait 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 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