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