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