#[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: u8
Trait 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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)