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