Struct windows_sys::Win32::NetworkManagement::Dhcp::SCOPE_MIB_INFO_V5
[−]#[repr(C)]pub struct SCOPE_MIB_INFO_V5 {
pub Subnet: u32,
pub NumAddressesInuse: u32,
pub NumAddressesFree: u32,
pub NumPendingOffers: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
Subnet: u32
NumAddressesInuse: u32
NumAddressesFree: u32
NumPendingOffers: u32
Trait Implementations
impl Clone for SCOPE_MIB_INFO_V5
impl Clone for SCOPE_MIB_INFO_V5
impl Copy for SCOPE_MIB_INFO_V5
Auto Trait Implementations
impl RefUnwindSafe for SCOPE_MIB_INFO_V5
impl Send for SCOPE_MIB_INFO_V5
impl Sync for SCOPE_MIB_INFO_V5
impl Unpin for SCOPE_MIB_INFO_V5
impl UnwindSafe for SCOPE_MIB_INFO_V5
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