Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SCAN_LIST
[−]#[repr(C)]pub struct DHCP_SCAN_LIST {
pub NumScanItems: u32,
pub ScanItems: *mut DHCP_SCAN_ITEM,
}
Expand description
Required features: ‘Win32_NetworkManagement_Dhcp’
Fields
NumScanItems: u32
ScanItems: *mut DHCP_SCAN_ITEM
Trait Implementations
impl Clone for DHCP_SCAN_LIST
impl Clone for DHCP_SCAN_LIST
impl Copy for DHCP_SCAN_LIST
Auto Trait Implementations
impl RefUnwindSafe for DHCP_SCAN_LIST
impl !Send for DHCP_SCAN_LIST
impl !Sync for DHCP_SCAN_LIST
impl Unpin for DHCP_SCAN_LIST
impl UnwindSafe for DHCP_SCAN_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more