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