Struct windows::Win32::NetworkManagement::Dhcp::DHCP_POL_COMPARATOR
#[repr(transparent)]pub struct DHCP_POL_COMPARATOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DHCP_POL_COMPARATOR
impl Clone for DHCP_POL_COMPARATOR
§impl Debug for DHCP_POL_COMPARATOR
impl Debug for DHCP_POL_COMPARATOR
§impl Default for DHCP_POL_COMPARATOR
impl Default for DHCP_POL_COMPARATOR
§impl PartialEq for DHCP_POL_COMPARATOR
impl PartialEq for DHCP_POL_COMPARATOR
§fn eq(&self, other: &DHCP_POL_COMPARATOR) -> bool
fn eq(&self, other: &DHCP_POL_COMPARATOR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_POL_COMPARATOR
impl Eq for DHCP_POL_COMPARATOR
impl StructuralEq for DHCP_POL_COMPARATOR
impl StructuralPartialEq for DHCP_POL_COMPARATOR
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_POL_COMPARATOR
impl Send for DHCP_POL_COMPARATOR
impl Sync for DHCP_POL_COMPARATOR
impl Unpin for DHCP_POL_COMPARATOR
impl UnwindSafe for DHCP_POL_COMPARATOR
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