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: u32SubnetMask: u32SubnetName: PWSTRSubnetComment: PWSTRPrimaryHost: DHCP_HOST_INFOSubnetState: DHCP_SUBNET_STATEQuarantineOn: u32Reserved1: u32Reserved2: u32Reserved3: i64Reserved4: i64Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more