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 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 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 for CompostPlant
impl PartialEq for CompostPlant
impl StructuralPartialEq for CompostPlant
Auto Trait Implementations§
impl Freeze for CompostPlant
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