[−][src]Struct smash::app::AttackData
Fields
x: f32
y: f32
z: f32
unk1: u32
x2: f32
y2: f32
z2: f32
unk2: u32
power: f32
size: f32
vector: i32
r_eff: i32
r_fix: i32
r_add: i32
slip: f32
stop_frame: f32
stop_delay: f32
node: u64
check_type: u16
target_situation: u16
target_lr: u16
target_part: u16
attr: u64
sound_level: u16
sound_attr: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttackData
impl Send for AttackData
impl Sync for AttackData
impl Unpin for AttackData
impl UnwindSafe for AttackData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,