Struct windows_sys::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
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§
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