Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SUBNET_INFO
[−]#[repr(C)]pub struct DHCP_SUBNET_INFO {
pub SubnetAddress: u32,
pub SubnetMask: u32,
pub SubnetName: PWSTR,
pub SubnetComment: PWSTR,
pub PrimaryHost: DHCP_HOST_INFO,
pub SubnetState: DHCP_SUBNET_STATE,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
SubnetAddress: u32
SubnetMask: u32
SubnetName: PWSTR
SubnetComment: PWSTR
PrimaryHost: DHCP_HOST_INFO
SubnetState: DHCP_SUBNET_STATE
Trait Implementations
impl Clone for DHCP_SUBNET_INFO
impl Clone for DHCP_SUBNET_INFO
impl Copy for DHCP_SUBNET_INFO
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SUBNET_INFO
impl !Send for DHCP_SUBNET_INFO
impl !Sync for DHCP_SUBNET_INFO
impl Unpin for DHCP_SUBNET_INFO
impl UnwindSafe for DHCP_SUBNET_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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