#[repr(C)]pub struct DHCP_ALL_OPTION_VALUES {
pub Flags: u32,
pub NumElements: u32,
pub Options: *mut DHCP_ALL_OPTION_VALUES_0,
}
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"
Fields
Flags: u32
NumElements: u32
Options: *mut DHCP_ALL_OPTION_VALUES_0
Trait Implementations
impl Clone for DHCP_ALL_OPTION_VALUES
impl Clone for DHCP_ALL_OPTION_VALUES
impl Copy for DHCP_ALL_OPTION_VALUES
Auto Trait Implementations
impl RefUnwindSafe for DHCP_ALL_OPTION_VALUES
impl !Send for DHCP_ALL_OPTION_VALUES
impl !Sync for DHCP_ALL_OPTION_VALUES
impl Unpin for DHCP_ALL_OPTION_VALUES
impl UnwindSafe for DHCP_ALL_OPTION_VALUES
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