Struct windows_sys::Win32::NetworkManagement::Dns::DNS_SERVICE_INSTANCE
[−]#[repr(C)]pub struct DNS_SERVICE_INSTANCE {
pub pszInstanceName: PWSTR,
pub pszHostName: PWSTR,
pub ip4Address: *mut u32,
pub ip6Address: *mut IP6_ADDRESS,
pub wPort: u16,
pub wPriority: u16,
pub wWeight: u16,
pub dwPropertyCount: u32,
pub keys: *mut PWSTR,
pub values: *mut PWSTR,
pub dwInterfaceIndex: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
pszInstanceName: PWSTR
pszHostName: PWSTR
ip4Address: *mut u32
ip6Address: *mut IP6_ADDRESS
wPort: u16
wPriority: u16
wWeight: u16
dwPropertyCount: u32
keys: *mut PWSTR
values: *mut PWSTR
dwInterfaceIndex: u32
Trait Implementations
impl Clone for DNS_SERVICE_INSTANCE
impl Clone for DNS_SERVICE_INSTANCE
impl Copy for DNS_SERVICE_INSTANCE
Auto Trait Implementations
impl RefUnwindSafe for DNS_SERVICE_INSTANCE
impl !Send for DNS_SERVICE_INSTANCE
impl !Sync for DNS_SERVICE_INSTANCE
impl Unpin for DNS_SERVICE_INSTANCE
impl UnwindSafe for DNS_SERVICE_INSTANCE
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