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 copy 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<SaveWardrobeOutfit> for SaveWardrobeOutfit
impl PartialEq<SaveWardrobeOutfit> for SaveWardrobeOutfit
source§fn eq(&self, other: &SaveWardrobeOutfit) -> bool
fn eq(&self, other: &SaveWardrobeOutfit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SaveWardrobeOutfit
Auto Trait Implementations§
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