Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SUBNET_INFO_V6
[−]#[repr(C)]pub struct DHCP_SUBNET_INFO_V6 {
pub SubnetAddress: DHCP_IPV6_ADDRESS,
pub Prefix: u32,
pub Preference: u16,
pub SubnetName: PWSTR,
pub SubnetComment: PWSTR,
pub State: u32,
pub ScopeId: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
SubnetAddress: DHCP_IPV6_ADDRESS
Prefix: u32
Preference: u16
SubnetName: PWSTR
SubnetComment: PWSTR
State: u32
ScopeId: u32
Trait Implementations
impl Clone for DHCP_SUBNET_INFO_V6
impl Clone for DHCP_SUBNET_INFO_V6
impl Copy for DHCP_SUBNET_INFO_V6
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SUBNET_INFO_V6
impl !Send for DHCP_SUBNET_INFO_V6
impl !Sync for DHCP_SUBNET_INFO_V6
impl Unpin for DHCP_SUBNET_INFO_V6
impl UnwindSafe for DHCP_SUBNET_INFO_V6
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