Struct windows::Win32::NetworkManagement::P2P::DRT_EVENT_DATA
#[repr(C)]pub struct DRT_EVENT_DATA {
pub type: DRT_EVENT_TYPE,
pub hr: HRESULT,
pub pvContext: *mut c_void,
pub Anonymous: DRT_EVENT_DATA_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§type: DRT_EVENT_TYPE
§hr: HRESULT
§pvContext: *mut c_void
§Anonymous: DRT_EVENT_DATA_0
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DRT_EVENT_DATA
impl !Send for DRT_EVENT_DATA
impl !Sync for DRT_EVENT_DATA
impl Unpin for DRT_EVENT_DATA
impl UnwindSafe for DRT_EVENT_DATA
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