Struct windows_sys::Win32::NetworkManagement::Dhcp::DHCP_SEARCH_INFO_V6
#[repr(C)]pub struct DHCP_SEARCH_INFO_V6 {
pub SearchType: DHCP_SEARCH_INFO_TYPE_V6,
pub SearchInfo: DHCP_SEARCH_INFO_V6_0,
}
Fields§
§SearchType: DHCP_SEARCH_INFO_TYPE_V6
§SearchInfo: DHCP_SEARCH_INFO_V6_0
Trait Implementations§
§impl Clone for DHCP_SEARCH_INFO_V6
impl Clone for DHCP_SEARCH_INFO_V6
impl Copy for DHCP_SEARCH_INFO_V6
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_SEARCH_INFO_V6
impl !Send for DHCP_SEARCH_INFO_V6
impl !Sync for DHCP_SEARCH_INFO_V6
impl Unpin for DHCP_SEARCH_INFO_V6
impl UnwindSafe for DHCP_SEARCH_INFO_V6
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