Struct s2protocol::versions::protocol87702::bit_packed::GameSStartGameEvent
source · pub struct GameSStartGameEvent {}Implementations§
Trait Implementations§
source§impl Clone for GameSStartGameEvent
impl Clone for GameSStartGameEvent
source§fn clone(&self) -> GameSStartGameEvent
fn clone(&self) -> GameSStartGameEvent
Returns a copy 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 moresource§impl Debug for GameSStartGameEvent
impl Debug for GameSStartGameEvent
source§impl PartialEq for GameSStartGameEvent
impl PartialEq for GameSStartGameEvent
source§fn eq(&self, other: &GameSStartGameEvent) -> bool
fn eq(&self, other: &GameSStartGameEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GameSStartGameEvent
Auto Trait Implementations§
impl RefUnwindSafe for GameSStartGameEvent
impl Send for GameSStartGameEvent
impl Sync for GameSStartGameEvent
impl Unpin for GameSStartGameEvent
impl UnwindSafe for GameSStartGameEvent
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