#[repr(C)]
pub union PEER_COLLAB_EVENT_DATA_0 {
    pub watchListChangedData: PEER_EVENT_WATCHLIST_CHANGED_DATA,
    pub presenceChangedData: PEER_EVENT_PRESENCE_CHANGED_DATA,
    pub applicationChangedData: PEER_EVENT_APPLICATION_CHANGED_DATA,
    pub objectChangedData: PEER_EVENT_OBJECT_CHANGED_DATA,
    pub endpointChangedData: PEER_EVENT_ENDPOINT_CHANGED_DATA,
    pub peopleNearMeChangedData: PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATA,
    pub requestStatusChangedData: PEER_EVENT_REQUEST_STATUS_CHANGED_DATA,
}
Expand description

Required features: "Win32_NetworkManagement_P2P", "Win32_Foundation", "Win32_Networking_WinSock"

Fields

watchListChangedData: PEER_EVENT_WATCHLIST_CHANGED_DATApresenceChangedData: PEER_EVENT_PRESENCE_CHANGED_DATAapplicationChangedData: PEER_EVENT_APPLICATION_CHANGED_DATAobjectChangedData: PEER_EVENT_OBJECT_CHANGED_DATAendpointChangedData: PEER_EVENT_ENDPOINT_CHANGED_DATApeopleNearMeChangedData: PEER_EVENT_PEOPLE_NEAR_ME_CHANGED_DATArequestStatusChangedData: PEER_EVENT_REQUEST_STATUS_CHANGED_DATA

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.