Struct windows::Win32::NetworkManagement::P2P::DRT_SEARCH_RESULT
#[repr(C)]pub struct DRT_SEARCH_RESULT {
pub dwSize: u32,
pub type: DRT_MATCH_TYPE,
pub pvContext: *mut c_void,
pub registration: DRT_REGISTRATION,
}
Fields§
§dwSize: u32
§type: DRT_MATCH_TYPE
§pvContext: *mut c_void
§registration: DRT_REGISTRATION
Trait Implementations§
§impl Clone for DRT_SEARCH_RESULT
impl Clone for DRT_SEARCH_RESULT
§fn clone(&self) -> DRT_SEARCH_RESULT
fn clone(&self) -> DRT_SEARCH_RESULT
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 DRT_SEARCH_RESULT
impl Debug for DRT_SEARCH_RESULT
§impl Default for DRT_SEARCH_RESULT
impl Default for DRT_SEARCH_RESULT
§impl PartialEq for DRT_SEARCH_RESULT
impl PartialEq for DRT_SEARCH_RESULT
§fn eq(&self, other: &DRT_SEARCH_RESULT) -> bool
fn eq(&self, other: &DRT_SEARCH_RESULT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DRT_SEARCH_RESULT
impl Eq for DRT_SEARCH_RESULT
impl StructuralPartialEq for DRT_SEARCH_RESULT
Auto Trait Implementations§
impl Freeze for DRT_SEARCH_RESULT
impl RefUnwindSafe for DRT_SEARCH_RESULT
impl !Send for DRT_SEARCH_RESULT
impl !Sync for DRT_SEARCH_RESULT
impl Unpin for DRT_SEARCH_RESULT
impl UnwindSafe for DRT_SEARCH_RESULT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)