pub struct SetMannequinName {
pub mannequin_id: LegacyId,
pub name: String,
}
Fields§
§mannequin_id: LegacyId
§name: String
Trait Implementations§
source§impl BaseParser for SetMannequinName
impl BaseParser for SetMannequinName
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 SetMannequinName
impl Clone for SetMannequinName
source§fn clone(&self) -> SetMannequinName
fn clone(&self) -> SetMannequinName
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 SetMannequinName
impl Debug for SetMannequinName
source§impl Default for SetMannequinName
impl Default for SetMannequinName
source§fn default() -> SetMannequinName
fn default() -> SetMannequinName
Returns the “default value” for a type. Read more
source§impl PacketVariable for SetMannequinName
impl PacketVariable for SetMannequinName
source§impl PartialEq<SetMannequinName> for SetMannequinName
impl PartialEq<SetMannequinName> for SetMannequinName
source§fn eq(&self, other: &SetMannequinName) -> bool
fn eq(&self, other: &SetMannequinName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetMannequinName
Auto Trait Implementations§
impl RefUnwindSafe for SetMannequinName
impl Send for SetMannequinName
impl Sync for SetMannequinName
impl Unpin for SetMannequinName
impl UnwindSafe for SetMannequinName
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