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