Struct windows_sys::Win32::NetworkManagement::IpHelper::FIXED_INFO_W2KSP1
#[repr(C)]pub struct FIXED_INFO_W2KSP1 {
pub HostName: [i8; 132],
pub DomainName: [i8; 132],
pub CurrentDnsServer: *mut IP_ADDR_STRING,
pub DnsServerList: IP_ADDR_STRING,
pub NodeType: u32,
pub ScopeId: [i8; 260],
pub EnableRouting: u32,
pub EnableProxy: u32,
pub EnableDns: u32,
}
Fields§
§HostName: [i8; 132]
§DomainName: [i8; 132]
§CurrentDnsServer: *mut IP_ADDR_STRING
§DnsServerList: IP_ADDR_STRING
§NodeType: u32
§ScopeId: [i8; 260]
§EnableRouting: u32
§EnableProxy: u32
§EnableDns: u32
Trait Implementations§
§impl Clone for FIXED_INFO_W2KSP1
impl Clone for FIXED_INFO_W2KSP1
§fn clone(&self) -> FIXED_INFO_W2KSP1
fn clone(&self) -> FIXED_INFO_W2KSP1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FIXED_INFO_W2KSP1
Auto Trait Implementations§
impl Freeze for FIXED_INFO_W2KSP1
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)