pub struct CompostPlant {
pub pet_id: LegacyId,
}
Fields§
§pet_id: LegacyId
Trait Implementations§
source§impl BaseParser for CompostPlant
impl BaseParser for CompostPlant
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 CompostPlant
impl Clone for CompostPlant
source§fn clone(&self) -> CompostPlant
fn clone(&self) -> CompostPlant
Returns a copy 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 CompostPlant
impl Debug for CompostPlant
source§impl Default for CompostPlant
impl Default for CompostPlant
source§fn default() -> CompostPlant
fn default() -> CompostPlant
Returns the “default value” for a type. Read more
source§impl PacketVariable for CompostPlant
impl PacketVariable for CompostPlant
source§impl PartialEq<CompostPlant> for CompostPlant
impl PartialEq<CompostPlant> for CompostPlant
source§fn eq(&self, other: &CompostPlant) -> bool
fn eq(&self, other: &CompostPlant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CompostPlant
Auto Trait Implementations§
impl RefUnwindSafe for CompostPlant
impl Send for CompostPlant
impl Sync for CompostPlant
impl Unpin for CompostPlant
impl UnwindSafe for CompostPlant
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