Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_HOST_INFO_V6
[−]#[repr(C)]pub struct DHCP_HOST_INFO_V6 {
pub IpAddress: DHCP_IPV6_ADDRESS,
pub NetBiosName: PWSTR,
pub HostName: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
IpAddress: DHCP_IPV6_ADDRESS
NetBiosName: PWSTR
HostName: PWSTR
Trait Implementations
impl Clone for DHCP_HOST_INFO_V6
impl Clone for DHCP_HOST_INFO_V6
impl Copy for DHCP_HOST_INFO_V6
Auto Trait Implementations
impl RefUnwindSafe for DHCP_HOST_INFO_V6
impl !Send for DHCP_HOST_INFO_V6
impl !Sync for DHCP_HOST_INFO_V6
impl Unpin for DHCP_HOST_INFO_V6
impl UnwindSafe for DHCP_HOST_INFO_V6
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