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 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 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<UseWallItem> for UseWallItem
impl PartialEq<UseWallItem> for UseWallItem
source§fn eq(&self, other: &UseWallItem) -> bool
fn eq(&self, other: &UseWallItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UseWallItem
Auto Trait Implementations§
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