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