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