#[repr(C)]pub struct _tagEOS_P2P_OnPeerConnectionInterruptedInfo {
pub ClientData: *mut c_void,
pub LocalUserId: EOS_ProductUserId,
pub RemoteUserId: EOS_ProductUserId,
pub SocketId: *const EOS_P2P_SocketId,
}Expand description
Structure containing information about an connection request that is that was interrupted.
Fields§
§ClientData: *mut c_voidClient-specified data passed into EOS_Presence_AddNotifyOnPresenceChanged
LocalUserId: EOS_ProductUserIdThe local user who is being notified of a connection that was interrupted
RemoteUserId: EOS_ProductUserIdThe Product User ID of the remote user who this connection was with
SocketId: *const EOS_P2P_SocketIdThe socket ID of the connection that was interrupted
Trait Implementations§
Source§impl Clone for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl Clone for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
Source§fn clone(&self) -> _tagEOS_P2P_OnPeerConnectionInterruptedInfo
fn clone(&self) -> _tagEOS_P2P_OnPeerConnectionInterruptedInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl RefUnwindSafe for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl !Send for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl !Sync for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl Unpin for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl UnsafeUnpin for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
impl UnwindSafe for _tagEOS_P2P_OnPeerConnectionInterruptedInfo
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