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