pub struct SpellVisualRow {Show 25 fields
pub id: SpellVisualKey,
pub precast_kit: i32,
pub cast_kit: i32,
pub impact_kit: i32,
pub state_kit: i32,
pub channel_kit: i32,
pub has_missile: i32,
pub missile_model: i32,
pub missile_path_type: i32,
pub missile_destination_attachment: i32,
pub missile_sound: i32,
pub anim_event_sound_id: SoundEntriesKey,
pub flags: i32,
pub caster_impact_kit: i32,
pub target_impact_kit: i32,
pub missile_attachment: i32,
pub missile_follow_ground_height: i32,
pub missile_follow_ground_drop_speed: i32,
pub missile_follow_ground_approach: i32,
pub missile_follow_ground_flags: i32,
pub missile_motion: i32,
pub missile_targeting_kit: SpellVisualKitKey,
pub instant_area_kit: i32,
pub impact_area_kit: i32,
pub persistent_area_kit: i32,
}Available on crate feature
tbc only.Fields§
§id: SpellVisualKey§precast_kit: i32§cast_kit: i32§impact_kit: i32§state_kit: i32§channel_kit: i32§has_missile: i32§missile_model: i32§missile_path_type: i32§missile_destination_attachment: i32§missile_sound: i32§anim_event_sound_id: SoundEntriesKey§flags: i32§caster_impact_kit: i32§target_impact_kit: i32§missile_attachment: i32§missile_follow_ground_height: i32§missile_follow_ground_drop_speed: i32§missile_follow_ground_approach: i32§missile_follow_ground_flags: i32§missile_motion: i32§missile_targeting_kit: SpellVisualKitKey§instant_area_kit: i32§impact_area_kit: i32§persistent_area_kit: i32Trait Implementations§
Source§impl Clone for SpellVisualRow
impl Clone for SpellVisualRow
Source§fn clone(&self) -> SpellVisualRow
fn clone(&self) -> SpellVisualRow
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 SpellVisualRow
impl Debug for SpellVisualRow
Source§impl Hash for SpellVisualRow
impl Hash for SpellVisualRow
Source§impl Ord for SpellVisualRow
impl Ord for SpellVisualRow
Source§fn cmp(&self, other: &SpellVisualRow) -> Ordering
fn cmp(&self, other: &SpellVisualRow) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpellVisualRow
impl PartialEq for SpellVisualRow
Source§impl PartialOrd for SpellVisualRow
impl PartialOrd for SpellVisualRow
impl Copy for SpellVisualRow
impl Eq for SpellVisualRow
impl StructuralPartialEq for SpellVisualRow
Auto Trait Implementations§
impl Freeze for SpellVisualRow
impl RefUnwindSafe for SpellVisualRow
impl Send for SpellVisualRow
impl Sync for SpellVisualRow
impl Unpin for SpellVisualRow
impl UnwindSafe for SpellVisualRow
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