[][src]Struct mextk_sys::DmgHazard

#[repr(C)]pub struct DmgHazard {
    pub x0: c_int,
    pub dmg: c_int,
    pub angle: c_int,
    pub kb_growth: c_int,
    pub x10: c_int,
    pub kb_base: c_int,
    pub element: c_int,
    pub x1c: c_int,
    pub sfx: c_int,
}

Fields

x0: c_intdmg: c_intangle: c_intkb_growth: c_intx10: c_intkb_base: c_intelement: c_intx1c: c_intsfx: c_int

Trait Implementations

impl Clone for DmgHazard[src]

impl Copy for DmgHazard[src]

impl Debug for DmgHazard[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.