Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_OPTION_VALUE
[−]#[repr(C)]pub struct DHCP_OPTION_VALUE {
pub OptionID: u32,
pub Value: DHCP_OPTION_DATA,
}
Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’
Fields
OptionID: u32
Value: DHCP_OPTION_DATA
Trait Implementations
impl Clone for DHCP_OPTION_VALUE
impl Clone for DHCP_OPTION_VALUE
impl Copy for DHCP_OPTION_VALUE
Auto Trait Implementations
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
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