Struct windows_sys::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
impl Copy for DRT_SEARCH_RESULT
Auto Trait Implementations§
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