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