pub struct ConcurrentUsersGoalProgress {
pub state: i32,
pub user_count: i32,
pub user_count_goal: i32,
}
Fields§
§state: i32
§user_count: i32
§user_count_goal: i32
Trait Implementations§
source§impl BaseParser for ConcurrentUsersGoalProgress
impl BaseParser for ConcurrentUsersGoalProgress
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 ConcurrentUsersGoalProgress
impl Clone for ConcurrentUsersGoalProgress
source§fn clone(&self) -> ConcurrentUsersGoalProgress
fn clone(&self) -> ConcurrentUsersGoalProgress
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 ConcurrentUsersGoalProgress
impl Debug for ConcurrentUsersGoalProgress
source§impl Default for ConcurrentUsersGoalProgress
impl Default for ConcurrentUsersGoalProgress
source§fn default() -> ConcurrentUsersGoalProgress
fn default() -> ConcurrentUsersGoalProgress
Returns the “default value” for a type. Read more
source§impl PartialEq<ConcurrentUsersGoalProgress> for ConcurrentUsersGoalProgress
impl PartialEq<ConcurrentUsersGoalProgress> for ConcurrentUsersGoalProgress
source§fn eq(&self, other: &ConcurrentUsersGoalProgress) -> bool
fn eq(&self, other: &ConcurrentUsersGoalProgress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConcurrentUsersGoalProgress
Auto Trait Implementations§
impl RefUnwindSafe for ConcurrentUsersGoalProgress
impl Send for ConcurrentUsersGoalProgress
impl Sync for ConcurrentUsersGoalProgress
impl Unpin for ConcurrentUsersGoalProgress
impl UnwindSafe for ConcurrentUsersGoalProgress
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