Struct DHCP_SEARCH_INFO_TYPE
#[repr(transparent)]pub struct DHCP_SEARCH_INFO_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DHCP_SEARCH_INFO_TYPE
impl Clone for DHCP_SEARCH_INFO_TYPE
§fn clone(&self) -> DHCP_SEARCH_INFO_TYPE
fn clone(&self) -> DHCP_SEARCH_INFO_TYPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DHCP_SEARCH_INFO_TYPE
impl Debug for DHCP_SEARCH_INFO_TYPE
§impl Default for DHCP_SEARCH_INFO_TYPE
impl Default for DHCP_SEARCH_INFO_TYPE
§fn default() -> DHCP_SEARCH_INFO_TYPE
fn default() -> DHCP_SEARCH_INFO_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for DHCP_SEARCH_INFO_TYPE
impl PartialEq for DHCP_SEARCH_INFO_TYPE
impl Copy for DHCP_SEARCH_INFO_TYPE
impl Eq for DHCP_SEARCH_INFO_TYPE
impl StructuralPartialEq for DHCP_SEARCH_INFO_TYPE
Auto Trait Implementations§
impl Freeze for DHCP_SEARCH_INFO_TYPE
impl RefUnwindSafe for DHCP_SEARCH_INFO_TYPE
impl Send for DHCP_SEARCH_INFO_TYPE
impl Sync for DHCP_SEARCH_INFO_TYPE
impl Unpin for DHCP_SEARCH_INFO_TYPE
impl UnwindSafe for DHCP_SEARCH_INFO_TYPE
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