Struct windows_sys::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_NetworkManagement_P2P"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
type: DRT_EVENT_TYPE
hr: HRESULT
pvContext: *mut c_void
Anonymous: DRT_EVENT_DATA_0
Trait Implementations
impl Clone for DRT_EVENT_DATA
impl Clone for DRT_EVENT_DATA
impl Copy for DRT_EVENT_DATA
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more