Struct windows::Win32::NetworkManagement::Dhcp::DHCP_OPTION_VALUE
#[repr(C)]pub struct DHCP_OPTION_VALUE {
pub OptionID: u32,
pub Value: DHCP_OPTION_DATA,
}
Fields§
§OptionID: u32
§Value: DHCP_OPTION_DATA
Trait Implementations§
§impl Clone for DHCP_OPTION_VALUE
impl Clone for DHCP_OPTION_VALUE
§fn clone(&self) -> DHCP_OPTION_VALUE
fn clone(&self) -> DHCP_OPTION_VALUE
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 more§impl Debug for DHCP_OPTION_VALUE
impl Debug for DHCP_OPTION_VALUE
§impl Default for DHCP_OPTION_VALUE
impl Default for DHCP_OPTION_VALUE
§impl PartialEq for DHCP_OPTION_VALUE
impl PartialEq for DHCP_OPTION_VALUE
§fn eq(&self, other: &DHCP_OPTION_VALUE) -> bool
fn eq(&self, other: &DHCP_OPTION_VALUE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_OPTION_VALUE
impl Eq for DHCP_OPTION_VALUE
impl StructuralPartialEq for DHCP_OPTION_VALUE
Auto Trait Implementations§
impl Freeze for DHCP_OPTION_VALUE
impl RefUnwindSafe for DHCP_OPTION_VALUE
impl !Send for DHCP_OPTION_VALUE
impl !Sync for DHCP_OPTION_VALUE
impl Unpin for DHCP_OPTION_VALUE
impl UnwindSafe for DHCP_OPTION_VALUE
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
)