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