Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCPV6CAPI_PARAMS_ARRAY
#[repr(C)]pub struct DHCPV6CAPI_PARAMS_ARRAY {
pub nParams: u32,
pub Params: *mut DHCPV6CAPI_PARAMS,
}
Expand description
Required features: "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§
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