Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_IP_RANGE
#[repr(C)]pub struct DHCP_IP_RANGE {
pub StartAddress: u32,
pub EndAddress: u32,
}
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§
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