Struct DHCP_FAILOVER_RELATIONSHIP
#[repr(C)]pub struct DHCP_FAILOVER_RELATIONSHIP {Show 14 fields
pub PrimaryServer: u32,
pub SecondaryServer: u32,
pub Mode: DHCP_FAILOVER_MODE,
pub ServerType: DHCP_FAILOVER_SERVER,
pub State: FSM_STATE,
pub PrevState: FSM_STATE,
pub Mclt: u32,
pub SafePeriod: u32,
pub RelationshipName: PWSTR,
pub PrimaryServerName: PWSTR,
pub SecondaryServerName: PWSTR,
pub pScopes: *mut DHCP_IP_ARRAY,
pub Percentage: u8,
pub SharedSecret: PWSTR,
}Fields§
§PrimaryServer: u32§SecondaryServer: u32§Mode: DHCP_FAILOVER_MODE§ServerType: DHCP_FAILOVER_SERVER§State: FSM_STATE§PrevState: FSM_STATE§Mclt: u32§SafePeriod: u32§RelationshipName: PWSTR§PrimaryServerName: PWSTR§SecondaryServerName: PWSTR§pScopes: *mut DHCP_IP_ARRAY§Percentage: u8Trait Implementations§
§impl Clone for DHCP_FAILOVER_RELATIONSHIP
impl Clone for DHCP_FAILOVER_RELATIONSHIP
§fn clone(&self) -> DHCP_FAILOVER_RELATIONSHIP
fn clone(&self) -> DHCP_FAILOVER_RELATIONSHIP
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_FAILOVER_RELATIONSHIP
impl Debug for DHCP_FAILOVER_RELATIONSHIP
§impl Default for DHCP_FAILOVER_RELATIONSHIP
impl Default for DHCP_FAILOVER_RELATIONSHIP
§impl PartialEq for DHCP_FAILOVER_RELATIONSHIP
impl PartialEq for DHCP_FAILOVER_RELATIONSHIP
impl Copy for DHCP_FAILOVER_RELATIONSHIP
impl StructuralPartialEq for DHCP_FAILOVER_RELATIONSHIP
Auto Trait Implementations§
impl Freeze for DHCP_FAILOVER_RELATIONSHIP
impl RefUnwindSafe for DHCP_FAILOVER_RELATIONSHIP
impl !Send for DHCP_FAILOVER_RELATIONSHIP
impl !Sync for DHCP_FAILOVER_RELATIONSHIP
impl Unpin for DHCP_FAILOVER_RELATIONSHIP
impl UnwindSafe for DHCP_FAILOVER_RELATIONSHIP
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