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