#[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,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
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: u8
Trait Implementations
impl Clone for DHCP_FAILOVER_RELATIONSHIP
impl Clone for DHCP_FAILOVER_RELATIONSHIP
impl Copy for DHCP_FAILOVER_RELATIONSHIP
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more