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