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