Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_OPTION_LIST
[−]#[repr(C)]pub struct DHCP_OPTION_LIST {
pub NumOptions: u32,
pub Options: *mut DHCP_OPTION_VALUE,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
NumOptions: u32
Options: *mut DHCP_OPTION_VALUE
Trait Implementations
impl Clone for DHCP_OPTION_LIST
impl Clone for DHCP_OPTION_LIST
impl Copy for DHCP_OPTION_LIST
Auto Trait Implementations
impl RefUnwindSafe for DHCP_OPTION_LIST
impl !Send for DHCP_OPTION_LIST
impl !Sync for DHCP_OPTION_LIST
impl Unpin for DHCP_OPTION_LIST
impl UnwindSafe for DHCP_OPTION_LIST
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