[−][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
impl Clone for AttackData
[src]
fn clone(&self) -> AttackData
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AttackData
[src]
impl Debug for AttackData
[src]
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,