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