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 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 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 for GetPetInfo
impl PartialEq for GetPetInfo
impl StructuralPartialEq for GetPetInfo
Auto Trait Implementations§
impl Freeze for GetPetInfo
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