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