Struct windows::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,
}
Fields§
§ParentExpr: u32
§Type: DHCP_POL_ATTR_TYPE
§OptionID: u32
§SubOptionID: u32
§VendorName: PWSTR
§Operator: DHCP_POL_COMPARATOR
§Value: *mut u8
§ValueLength: u32
Trait Implementations§
§impl Clone for DHCP_POL_COND
impl Clone for DHCP_POL_COND
§fn clone(&self) -> DHCP_POL_COND
fn clone(&self) -> DHCP_POL_COND
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DHCP_POL_COND
impl Debug for DHCP_POL_COND
§impl Default for DHCP_POL_COND
impl Default for DHCP_POL_COND
§impl PartialEq for DHCP_POL_COND
impl PartialEq for DHCP_POL_COND
§fn eq(&self, other: &DHCP_POL_COND) -> bool
fn eq(&self, other: &DHCP_POL_COND) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_POL_COND
impl Eq for DHCP_POL_COND
impl StructuralPartialEq for DHCP_POL_COND
Auto Trait Implementations§
impl Freeze for DHCP_POL_COND
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)