Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_BIND_ELEMENT
[−]#[repr(C)]pub struct DHCP_BIND_ELEMENT {
pub Flags: u32,
pub fBoundToDHCPServer: BOOL,
pub AdapterPrimaryAddress: u32,
pub AdapterSubnetAddress: u32,
pub IfDescription: PWSTR,
pub IfIdSize: u32,
pub IfId: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
Flags: u32
fBoundToDHCPServer: BOOL
AdapterPrimaryAddress: u32
AdapterSubnetAddress: u32
IfDescription: PWSTR
IfIdSize: u32
IfId: *mut u8
Trait Implementations
impl Clone for DHCP_BIND_ELEMENT
impl Clone for DHCP_BIND_ELEMENT
impl Copy for DHCP_BIND_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for DHCP_BIND_ELEMENT
impl !Send for DHCP_BIND_ELEMENT
impl !Sync for DHCP_BIND_ELEMENT
impl Unpin for DHCP_BIND_ELEMENT
impl UnwindSafe for DHCP_BIND_ELEMENT
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