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