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