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 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 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 for AvatarExpression
impl PartialEq for AvatarExpression
impl StructuralPartialEq for AvatarExpression
Auto Trait Implementations§
impl Freeze for AvatarExpression
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