pub struct UseObject {
pub user_id: LegacyId,
pub item_type: i32,
}
Fields§
§user_id: LegacyId
§item_type: i32
Trait Implementations§
Source§impl BaseParser for UseObject
impl BaseParser for UseObject
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 PacketVariable for UseObject
impl PacketVariable for UseObject
impl StructuralPartialEq for UseObject
Auto Trait Implementations§
impl Freeze for UseObject
impl RefUnwindSafe for UseObject
impl Send for UseObject
impl Sync for UseObject
impl Unpin for UseObject
impl UnwindSafe for UseObject
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