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