[][src]Struct mextk_sys::ReflectDesc

#[repr(C)]pub struct ReflectDesc {
    pub bone: c_int,
    pub max_damage: c_int,
    pub pos: Vec3,
    pub radius: f32,
    pub damage_mult: f32,
    pub velocity_mult: f32,
    pub flags: c_int,
}

Fields

bone: c_intmax_damage: c_intpos: Vec3radius: f32damage_mult: f32velocity_mult: f32flags: c_int

Trait Implementations

impl Clone for ReflectDesc[src]

impl Copy for ReflectDesc[src]

impl Debug for ReflectDesc[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.