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