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