#[repr(C)]
pub struct DHCP_POLICY_EX { pub PolicyName: PWSTR, pub IsGlobalPolicy: BOOL, pub Subnet: u32, pub ProcessingOrder: u32, pub Conditions: *mut DHCP_POL_COND_ARRAY, pub Expressions: *mut DHCP_POL_EXPR_ARRAY, pub Ranges: *mut DHCP_IP_RANGE_ARRAY, pub Description: PWSTR, pub Enabled: BOOL, pub Properties: *mut DHCP_PROPERTY_ARRAY, }
Expand description

Required features: "Win32_NetworkManagement_Dhcp", "Win32_Foundation"

Fields

PolicyName: PWSTRIsGlobalPolicy: BOOLSubnet: u32ProcessingOrder: u32Conditions: *mut DHCP_POL_COND_ARRAYExpressions: *mut DHCP_POL_EXPR_ARRAYRanges: *mut DHCP_IP_RANGE_ARRAYDescription: PWSTREnabled: BOOLProperties: *mut DHCP_PROPERTY_ARRAY

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.