#[repr(C)]pub struct PEER_COLLAB_EVENT_REGISTRATION {
pub eventType: PEER_COLLAB_EVENT_TYPE,
pub pInstance: *mut GUID,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
Fields
eventType: PEER_COLLAB_EVENT_TYPE
pInstance: *mut GUID
Trait Implementations
impl Clone for PEER_COLLAB_EVENT_REGISTRATION
impl Clone for PEER_COLLAB_EVENT_REGISTRATION
impl Copy for PEER_COLLAB_EVENT_REGISTRATION
Auto Trait Implementations
impl RefUnwindSafe for PEER_COLLAB_EVENT_REGISTRATION
impl !Send for PEER_COLLAB_EVENT_REGISTRATION
impl !Sync for PEER_COLLAB_EVENT_REGISTRATION
impl Unpin for PEER_COLLAB_EVENT_REGISTRATION
impl UnwindSafe for PEER_COLLAB_EVENT_REGISTRATION
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