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