#[repr(C)]
pub union DHCP_SUBNET_ELEMENT_DATA_0 {
pub IpRange: *mut DHCP_IP_RANGE,
pub SecondaryHost: *mut DHCP_HOST_INFO,
pub ReservedIp: *mut DHCP_IP_RESERVATION,
pub ExcludeIpRange: *mut DHCP_IP_RANGE,
pub IpUsedCluster: *mut DHCP_IP_CLUSTER,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
IpRange: *mut DHCP_IP_RANGE
SecondaryHost: *mut DHCP_HOST_INFO
ReservedIp: *mut DHCP_IP_RESERVATION
ExcludeIpRange: *mut DHCP_IP_RANGE
IpUsedCluster: *mut DHCP_IP_CLUSTER
Trait Implementations
impl Clone for DHCP_SUBNET_ELEMENT_DATA_0
impl Clone for DHCP_SUBNET_ELEMENT_DATA_0
impl Copy for DHCP_SUBNET_ELEMENT_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SUBNET_ELEMENT_DATA_0
impl !Send for DHCP_SUBNET_ELEMENT_DATA_0
impl !Sync for DHCP_SUBNET_ELEMENT_DATA_0
impl Unpin for DHCP_SUBNET_ELEMENT_DATA_0
impl UnwindSafe for DHCP_SUBNET_ELEMENT_DATA_0
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