Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_POL_EXPR_ARRAY
[−]#[repr(C)]pub struct DHCP_POL_EXPR_ARRAY {
pub NumElements: u32,
pub Elements: *mut DHCP_POL_EXPR,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
NumElements: u32
Elements: *mut DHCP_POL_EXPR
Trait Implementations
impl Clone for DHCP_POL_EXPR_ARRAY
impl Clone for DHCP_POL_EXPR_ARRAY
impl Copy for DHCP_POL_EXPR_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for DHCP_POL_EXPR_ARRAY
impl !Send for DHCP_POL_EXPR_ARRAY
impl !Sync for DHCP_POL_EXPR_ARRAY
impl Unpin for DHCP_POL_EXPR_ARRAY
impl UnwindSafe for DHCP_POL_EXPR_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