pub struct BreedPets {
pub action_id: i32,
pub pet1_id: LegacyId,
pub pet2_id: LegacyId,
}
Fields§
§action_id: i32
§pet1_id: LegacyId
§pet2_id: LegacyId
Trait Implementations§
Source§impl BaseParser for BreedPets
impl BaseParser for BreedPets
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 PacketVariable for BreedPets
impl PacketVariable for BreedPets
impl StructuralPartialEq for BreedPets
Auto Trait Implementations§
impl Freeze for BreedPets
impl RefUnwindSafe for BreedPets
impl Send for BreedPets
impl Sync for BreedPets
impl Unpin for BreedPets
impl UnwindSafe for BreedPets
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