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