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