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,
}
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§
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