#[repr(C)]
pub struct DHCP_MIB_INFO_V5 {
Show 19 fields pub Discovers: u32, pub Offers: u32, pub Requests: u32, pub Acks: u32, pub Naks: u32, pub Declines: u32, pub Releases: u32, pub ServerStartTime: DATE_TIME, pub QtnNumLeases: u32, pub QtnPctQtnLeases: u32, pub QtnProbationLeases: u32, pub QtnNonQtnLeases: u32, pub QtnExemptLeases: u32, pub QtnCapableClients: u32, pub QtnIASErrors: u32, pub DelayedOffers: u32, pub ScopesWithDelayedOffers: u32, pub Scopes: u32, pub ScopeInfo: *mut SCOPE_MIB_INFO_V5,
}
Expand description

Required features: "Win32_NetworkManagement_Dhcp"

Fields

Discovers: u32Offers: u32Requests: u32Acks: u32Naks: u32Declines: u32Releases: u32ServerStartTime: DATE_TIMEQtnNumLeases: u32QtnPctQtnLeases: u32QtnProbationLeases: u32QtnNonQtnLeases: u32QtnExemptLeases: u32QtnCapableClients: u32QtnIASErrors: u32DelayedOffers: u32ScopesWithDelayedOffers: u32Scopes: u32ScopeInfo: *mut SCOPE_MIB_INFO_V5

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.