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