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