#[repr(C)]pub struct DHCP_OPTION_DATA_ELEMENT {
pub OptionType: DHCP_OPTION_DATA_TYPE,
pub Element: DHCP_OPTION_DATA_ELEMENT_0,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
OptionType: DHCP_OPTION_DATA_TYPE
Element: DHCP_OPTION_DATA_ELEMENT_0
Trait Implementations
impl Clone for DHCP_OPTION_DATA_ELEMENT
impl Clone for DHCP_OPTION_DATA_ELEMENT
impl Copy for DHCP_OPTION_DATA_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for DHCP_OPTION_DATA_ELEMENT
impl !Send for DHCP_OPTION_DATA_ELEMENT
impl !Sync for DHCP_OPTION_DATA_ELEMENT
impl Unpin for DHCP_OPTION_DATA_ELEMENT
impl UnwindSafe for DHCP_OPTION_DATA_ELEMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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