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