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