#[repr(C)]
pub union DHCP_SUBNET_ELEMENT_DATA_V5_0 {
pub IpRange: *mut DHCP_BOOTP_IP_RANGE,
pub SecondaryHost: *mut DHCP_HOST_INFO,
pub ReservedIp: *mut DHCP_IP_RESERVATION_V4,
pub ExcludeIpRange: *mut DHCP_IP_RANGE,
pub IpUsedCluster: *mut DHCP_IP_CLUSTER,
}
Fields§
§IpRange: *mut DHCP_BOOTP_IP_RANGE
§SecondaryHost: *mut DHCP_HOST_INFO
§ReservedIp: *mut DHCP_IP_RESERVATION_V4
§ExcludeIpRange: *mut DHCP_IP_RANGE
§IpUsedCluster: *mut DHCP_IP_CLUSTER
Trait Implementations§
§impl Clone for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl Clone for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl Copy for DHCP_SUBNET_ELEMENT_DATA_V5_0
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl !Send for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl !Sync for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl Unpin for DHCP_SUBNET_ELEMENT_DATA_V5_0
impl UnwindSafe for DHCP_SUBNET_ELEMENT_DATA_V5_0
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