Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_POLICY_EX_ARRAY
[−]#[repr(C)]pub struct DHCP_POLICY_EX_ARRAY {
pub NumElements: u32,
pub Elements: *mut DHCP_POLICY_EX,
}
Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’, ‘Win32_Foundation’
Fields
NumElements: u32
Elements: *mut DHCP_POLICY_EX
Trait Implementations
impl Clone for DHCP_POLICY_EX_ARRAY
impl Clone for DHCP_POLICY_EX_ARRAY
impl Copy for DHCP_POLICY_EX_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for DHCP_POLICY_EX_ARRAY
impl !Send for DHCP_POLICY_EX_ARRAY
impl !Sync for DHCP_POLICY_EX_ARRAY
impl Unpin for DHCP_POLICY_EX_ARRAY
impl UnwindSafe for DHCP_POLICY_EX_ARRAY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more