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