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