Struct SignalsInMultiplayerApi
pub struct SignalsInMultiplayerApi<'c> { /* private fields */ }
Expand description
A collection of signals for the MultiplayerApi
class.
Implementations§
§impl<'c> SignalsInMultiplayerApi<'c>
impl<'c> SignalsInMultiplayerApi<'c>
pub fn peer_connected(&mut self) -> SigPeerConnected<'c>
pub fn peer_connected(&mut self) -> SigPeerConnected<'c>
Signature: (id: i64)
pub fn peer_disconnected(&mut self) -> SigPeerDisconnected<'c>
pub fn peer_disconnected(&mut self) -> SigPeerDisconnected<'c>
Signature: (id: i64)
pub fn connected_to_server(&mut self) -> SigConnectedToServer<'c>
pub fn connected_to_server(&mut self) -> SigConnectedToServer<'c>
Signature: ()
pub fn connection_failed(&mut self) -> SigConnectionFailed<'c>
pub fn connection_failed(&mut self) -> SigConnectionFailed<'c>
Signature: ()
pub fn server_disconnected(&mut self) -> SigServerDisconnected<'c>
pub fn server_disconnected(&mut self) -> SigServerDisconnected<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInMultiplayerApi<'c>
impl<'c> RefUnwindSafe for SignalsInMultiplayerApi<'c>
impl<'c> !Send for SignalsInMultiplayerApi<'c>
impl<'c> !Sync for SignalsInMultiplayerApi<'c>
impl<'c> Unpin for SignalsInMultiplayerApi<'c>
impl<'c> !UnwindSafe for SignalsInMultiplayerApi<'c>
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