[−][src]Struct smash::app::AttackData
Fields
x: f32y: f32z: f32unk1: u32x2: f32y2: f32z2: f32unk2: u32power: f32size: f32vector: i32r_eff: i32r_fix: i32r_add: i32slip: f32stop_frame: f32stop_delay: f32node: u64check_type: u16target_situation: u16target_lr: u16target_part: u16attr: u64sound_level: u16sound_attr: u16Trait 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>,