pub struct WarpPlayerServerPacket {
pub map_file: MapFile,
}
Expand description
Equivalent to INIT_INIT with InitReply.WarpMap
Fields§
§map_file: MapFile
Implementations§
Trait Implementations§
Source§impl Clone for WarpPlayerServerPacket
impl Clone for WarpPlayerServerPacket
Source§fn clone(&self) -> WarpPlayerServerPacket
fn clone(&self) -> WarpPlayerServerPacket
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 WarpPlayerServerPacket
impl Debug for WarpPlayerServerPacket
Source§impl Default for WarpPlayerServerPacket
impl Default for WarpPlayerServerPacket
Source§fn default() -> WarpPlayerServerPacket
fn default() -> WarpPlayerServerPacket
Returns the “default value” for a type. Read more
Source§impl EoSerialize for WarpPlayerServerPacket
impl EoSerialize for WarpPlayerServerPacket
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a WarpPlayerServerPacket into the given EoWriter instance
Source§fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a WarpPlayerServerPacket from an EoReader instance
Source§impl PartialEq for WarpPlayerServerPacket
impl PartialEq for WarpPlayerServerPacket
impl Eq for WarpPlayerServerPacket
impl StructuralPartialEq for WarpPlayerServerPacket
Auto Trait Implementations§
impl Freeze for WarpPlayerServerPacket
impl RefUnwindSafe for WarpPlayerServerPacket
impl Send for WarpPlayerServerPacket
impl Sync for WarpPlayerServerPacket
impl Unpin for WarpPlayerServerPacket
impl UnwindSafe for WarpPlayerServerPacket
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