Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SUBNET_INFO_VQ
[−]#[repr(C)]pub struct DHCP_SUBNET_INFO_VQ {
pub SubnetAddress: u32,
pub SubnetMask: u32,
pub SubnetName: PWSTR,
pub SubnetComment: PWSTR,
pub PrimaryHost: DHCP_HOST_INFO,
pub SubnetState: DHCP_SUBNET_STATE,
pub QuarantineOn: u32,
pub Reserved1: u32,
pub Reserved2: u32,
pub Reserved3: i64,
pub Reserved4: i64,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
SubnetAddress: u32
SubnetMask: u32
SubnetName: PWSTR
SubnetComment: PWSTR
PrimaryHost: DHCP_HOST_INFO
SubnetState: DHCP_SUBNET_STATE
QuarantineOn: u32
Reserved1: u32
Reserved2: u32
Reserved3: i64
Reserved4: i64
Trait Implementations
impl Clone for DHCP_SUBNET_INFO_VQ
impl Clone for DHCP_SUBNET_INFO_VQ
impl Copy for DHCP_SUBNET_INFO_VQ
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SUBNET_INFO_VQ
impl !Send for DHCP_SUBNET_INFO_VQ
impl !Sync for DHCP_SUBNET_INFO_VQ
impl Unpin for DHCP_SUBNET_INFO_VQ
impl UnwindSafe for DHCP_SUBNET_INFO_VQ
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