#[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§SharedSecret: PWSTR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.