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