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