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