pub struct ItemAdd {
pub item: WallItem,
}
Fields§
§item: WallItem
Trait Implementations§
Source§impl BaseParser for ItemAdd
impl BaseParser for ItemAdd
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 ItemAdd
impl PacketVariable for ItemAdd
impl StructuralPartialEq for ItemAdd
Auto Trait Implementations§
impl Freeze for ItemAdd
impl RefUnwindSafe for ItemAdd
impl Send for ItemAdd
impl Sync for ItemAdd
impl Unpin for ItemAdd
impl UnwindSafe for ItemAdd
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