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