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