Struct windows::Win32::NetworkManagement::Dhcp::DHCP_SEARCH_INFO_TYPE_V6
#[repr(transparent)]pub struct DHCP_SEARCH_INFO_TYPE_V6(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DHCP_SEARCH_INFO_TYPE_V6
impl Clone for DHCP_SEARCH_INFO_TYPE_V6
§impl Debug for DHCP_SEARCH_INFO_TYPE_V6
impl Debug for DHCP_SEARCH_INFO_TYPE_V6
§impl Default for DHCP_SEARCH_INFO_TYPE_V6
impl Default for DHCP_SEARCH_INFO_TYPE_V6
§impl PartialEq for DHCP_SEARCH_INFO_TYPE_V6
impl PartialEq for DHCP_SEARCH_INFO_TYPE_V6
§fn eq(&self, other: &DHCP_SEARCH_INFO_TYPE_V6) -> bool
fn eq(&self, other: &DHCP_SEARCH_INFO_TYPE_V6) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DHCP_SEARCH_INFO_TYPE_V6
impl Eq for DHCP_SEARCH_INFO_TYPE_V6
impl StructuralEq for DHCP_SEARCH_INFO_TYPE_V6
impl StructuralPartialEq for DHCP_SEARCH_INFO_TYPE_V6
Auto Trait Implementations§
impl RefUnwindSafe for DHCP_SEARCH_INFO_TYPE_V6
impl Send for DHCP_SEARCH_INFO_TYPE_V6
impl Sync for DHCP_SEARCH_INFO_TYPE_V6
impl Unpin for DHCP_SEARCH_INFO_TYPE_V6
impl UnwindSafe for DHCP_SEARCH_INFO_TYPE_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