Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_IP_RANGE
[−]Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
StartAddress: u32
EndAddress: u32
Trait Implementations
impl Clone for DHCP_IP_RANGE
impl Clone for DHCP_IP_RANGE
impl Copy for DHCP_IP_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DHCP_IP_RANGE
impl Send for DHCP_IP_RANGE
impl Sync for DHCP_IP_RANGE
impl Unpin for DHCP_IP_RANGE
impl UnwindSafe for DHCP_IP_RANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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