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 duplicate 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
impl StructuralPartialEq for ConcurrentUsersGoalProgress
Auto Trait Implementations§
impl Freeze for ConcurrentUsersGoalProgress
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