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