Struct gns::GnsConnectionEvent
source · [−]pub struct GnsConnectionEvent(_);
Implementations
sourceimpl GnsConnectionEvent
impl GnsConnectionEvent
pub fn old_state(&self) -> ESteamNetworkingConnectionState
pub fn connection(&self) -> GnsConnection
pub fn info(&self) -> GnsConnectionInfo
Trait Implementations
sourceimpl Clone for GnsConnectionEvent
impl Clone for GnsConnectionEvent
sourcefn clone(&self) -> GnsConnectionEvent
fn clone(&self) -> GnsConnectionEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for GnsConnectionEvent
impl Default for GnsConnectionEvent
sourcefn default() -> GnsConnectionEvent
fn default() -> GnsConnectionEvent
Returns the “default value” for a type. Read more
impl Copy for GnsConnectionEvent
Auto Trait Implementations
impl RefUnwindSafe for GnsConnectionEvent
impl Send for GnsConnectionEvent
impl Sync for GnsConnectionEvent
impl Unpin for GnsConnectionEvent
impl UnwindSafe for GnsConnectionEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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