Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_POL_COND
[−]#[repr(C)]pub struct DHCP_POL_COND {
pub ParentExpr: u32,
pub Type: DHCP_POL_ATTR_TYPE,
pub OptionID: u32,
pub SubOptionID: u32,
pub VendorName: PWSTR,
pub Operator: DHCP_POL_COMPARATOR,
pub Value: *mut u8,
pub ValueLength: u32,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
ParentExpr: u32Type: DHCP_POL_ATTR_TYPEOptionID: u32SubOptionID: u32VendorName: PWSTROperator: DHCP_POL_COMPARATORValue: *mut u8ValueLength: u32Trait Implementations
impl Clone for DHCP_POL_COND
impl Clone for DHCP_POL_COND
impl Copy for DHCP_POL_COND
Auto Trait Implementations
impl RefUnwindSafe for DHCP_POL_COND
impl !Send for DHCP_POL_COND
impl !Sync for DHCP_POL_COND
impl Unpin for DHCP_POL_COND
impl UnwindSafe for DHCP_POL_COND
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