Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCPDS_SERVER
#[repr(C)]pub struct DHCPDS_SERVER {
pub Version: u32,
pub ServerName: PWSTR,
pub ServerAddress: u32,
pub Flags: u32,
pub State: u32,
pub DsLocation: PWSTR,
pub DsLocType: u32,
}
Fields§
§Version: u32
§ServerName: PWSTR
§ServerAddress: u32
§Flags: u32
§State: u32
§DsLocation: PWSTR
§DsLocType: u32
Trait Implementations§
§impl Clone for DHCPDS_SERVER
impl Clone for DHCPDS_SERVER
§fn clone(&self) -> DHCPDS_SERVER
fn clone(&self) -> DHCPDS_SERVER
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 DHCPDS_SERVER
Auto Trait Implementations§
impl Freeze for DHCPDS_SERVER
impl RefUnwindSafe for DHCPDS_SERVER
impl !Send for DHCPDS_SERVER
impl !Sync for DHCPDS_SERVER
impl Unpin for DHCPDS_SERVER
impl UnwindSafe for DHCPDS_SERVER
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
)