pub struct Game2AccountGameStatus {
pub game_type_id: i32,
pub free_games_left: i32,
pub games_played_total: i32,
}
Fields§
§game_type_id: i32
§free_games_left: i32
§games_played_total: i32
Trait Implementations§
source§impl BaseParser for Game2AccountGameStatus
impl BaseParser for Game2AccountGameStatus
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for Game2AccountGameStatus
impl Clone for Game2AccountGameStatus
source§fn clone(&self) -> Game2AccountGameStatus
fn clone(&self) -> Game2AccountGameStatus
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 Game2AccountGameStatus
impl Debug for Game2AccountGameStatus
source§impl Default for Game2AccountGameStatus
impl Default for Game2AccountGameStatus
source§fn default() -> Game2AccountGameStatus
fn default() -> Game2AccountGameStatus
Returns the “default value” for a type. Read more
source§impl PartialEq<Game2AccountGameStatus> for Game2AccountGameStatus
impl PartialEq<Game2AccountGameStatus> for Game2AccountGameStatus
source§fn eq(&self, other: &Game2AccountGameStatus) -> bool
fn eq(&self, other: &Game2AccountGameStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Game2AccountGameStatus
Auto Trait Implementations§
impl RefUnwindSafe for Game2AccountGameStatus
impl Send for Game2AccountGameStatus
impl Sync for Game2AccountGameStatus
impl Unpin for Game2AccountGameStatus
impl UnwindSafe for Game2AccountGameStatus
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