pub struct ClickFurni {
pub item_id: LegacyId,
pub _unknown: i32,
}
Fields§
§item_id: LegacyId
§_unknown: i32
Trait Implementations§
source§impl BaseParser for ClickFurni
impl BaseParser for ClickFurni
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 ClickFurni
impl Clone for ClickFurni
source§fn clone(&self) -> ClickFurni
fn clone(&self) -> ClickFurni
Returns a copy 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 ClickFurni
impl Debug for ClickFurni
source§impl Default for ClickFurni
impl Default for ClickFurni
source§fn default() -> ClickFurni
fn default() -> ClickFurni
Returns the “default value” for a type. Read more
source§impl PacketVariable for ClickFurni
impl PacketVariable for ClickFurni
source§impl PartialEq<ClickFurni> for ClickFurni
impl PartialEq<ClickFurni> for ClickFurni
source§fn eq(&self, other: &ClickFurni) -> bool
fn eq(&self, other: &ClickFurni) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClickFurni
Auto Trait Implementations§
impl RefUnwindSafe for ClickFurni
impl Send for ClickFurni
impl Sync for ClickFurni
impl Unpin for ClickFurni
impl UnwindSafe for ClickFurni
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