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