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