#[repr(C)]pub struct DHCPV6_BIND_ELEMENT_ARRAY {
pub NumElements: u32,
pub Elements: *mut DHCPV6_BIND_ELEMENT,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
NumElements: u32
Elements: *mut DHCPV6_BIND_ELEMENT
Trait Implementations
impl Clone for DHCPV6_BIND_ELEMENT_ARRAY
impl Clone for DHCPV6_BIND_ELEMENT_ARRAY
impl Copy for DHCPV6_BIND_ELEMENT_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for DHCPV6_BIND_ELEMENT_ARRAY
impl !Send for DHCPV6_BIND_ELEMENT_ARRAY
impl !Sync for DHCPV6_BIND_ELEMENT_ARRAY
impl Unpin for DHCPV6_BIND_ELEMENT_ARRAY
impl UnwindSafe for DHCPV6_BIND_ELEMENT_ARRAY
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