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