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