pub struct ActivityPoints {
pub points: HashMap<i32, i32>,
}
Fields§
§points: HashMap<i32, i32>
Trait Implementations§
Source§impl BaseParser for ActivityPoints
impl BaseParser for ActivityPoints
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 ActivityPoints
impl Clone for ActivityPoints
Source§fn clone(&self) -> ActivityPoints
fn clone(&self) -> ActivityPoints
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 ActivityPoints
impl Debug for ActivityPoints
Source§impl Default for ActivityPoints
impl Default for ActivityPoints
Source§fn default() -> ActivityPoints
fn default() -> ActivityPoints
Returns the “default value” for a type. Read more
Source§impl PacketVariable for ActivityPoints
impl PacketVariable for ActivityPoints
Source§impl PartialEq for ActivityPoints
impl PartialEq for ActivityPoints
impl StructuralPartialEq for ActivityPoints
Auto Trait Implementations§
impl Freeze for ActivityPoints
impl RefUnwindSafe for ActivityPoints
impl Send for ActivityPoints
impl Sync for ActivityPoints
impl Unpin for ActivityPoints
impl UnwindSafe for ActivityPoints
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