Struct windows::Win32::NetworkManagement::Dhcp::DHCPV6_IP_ARRAY
#[repr(C)]pub struct DHCPV6_IP_ARRAY {
pub NumElements: u32,
pub Elements: *mut DHCP_IPV6_ADDRESS,
}
Fields§
§NumElements: u32
§Elements: *mut DHCP_IPV6_ADDRESS
Trait Implementations§
§impl Clone for DHCPV6_IP_ARRAY
impl Clone for DHCPV6_IP_ARRAY
§impl Debug for DHCPV6_IP_ARRAY
impl Debug for DHCPV6_IP_ARRAY
§impl Default for DHCPV6_IP_ARRAY
impl Default for DHCPV6_IP_ARRAY
§impl PartialEq for DHCPV6_IP_ARRAY
impl PartialEq for DHCPV6_IP_ARRAY
impl Copy for DHCPV6_IP_ARRAY
impl Eq for DHCPV6_IP_ARRAY
Auto Trait Implementations§
impl RefUnwindSafe for DHCPV6_IP_ARRAY
impl !Send for DHCPV6_IP_ARRAY
impl !Sync for DHCPV6_IP_ARRAY
impl Unpin for DHCPV6_IP_ARRAY
impl UnwindSafe for DHCPV6_IP_ARRAY
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