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