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