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,
}
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
§fn clone(&self) -> DHCP_BIND_ELEMENT
fn clone(&self) -> DHCP_BIND_ELEMENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DHCP_BIND_ELEMENT
Auto Trait Implementations§
impl Freeze for DHCP_BIND_ELEMENT
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)