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