#[repr(C)]pub struct FIXED_INFO_W2KSP1 {
pub HostName: [CHAR; 132],
pub DomainName: [CHAR; 132],
pub CurrentDnsServer: *mut IP_ADDR_STRING,
pub DnsServerList: IP_ADDR_STRING,
pub NodeType: u32,
pub ScopeId: [CHAR; 260],
pub EnableRouting: u32,
pub EnableProxy: u32,
pub EnableDns: u32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
, "Win32_Foundation"
Fields
HostName: [CHAR; 132]
DomainName: [CHAR; 132]
CurrentDnsServer: *mut IP_ADDR_STRING
DnsServerList: IP_ADDR_STRING
NodeType: u32
ScopeId: [CHAR; 260]
EnableRouting: u32
EnableProxy: u32
EnableDns: u32
Trait Implementations
impl Clone for FIXED_INFO_W2KSP1
impl Clone for FIXED_INFO_W2KSP1
impl Copy for FIXED_INFO_W2KSP1
Auto Trait Implementations
impl RefUnwindSafe for FIXED_INFO_W2KSP1
impl !Send for FIXED_INFO_W2KSP1
impl !Sync for FIXED_INFO_W2KSP1
impl Unpin for FIXED_INFO_W2KSP1
impl UnwindSafe for FIXED_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