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