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