Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_ALL_OPTION_VALUES
#[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_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§
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