[][src]Struct mextk_sys::FtHurt

#[repr(C)]pub struct FtHurt {
    pub x0: c_int,
    pub hurt1_offset: Vec3,
    pub hurt2_offset: Vec3,
    pub scale: f32,
    pub jobj: *mut JOBJ,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub hurt1_pos: Vec3,
    pub hurt2_pos: Vec3,
    pub bone_index: c_int,
    pub hurt_kind: c_int,
    pub is_grabbable: c_int,
}

Fields

x0: c_inthurt1_offset: Vec3hurt2_offset: Vec3scale: f32jobj: *mut JOBJ_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>hurt1_pos: Vec3hurt2_pos: Vec3bone_index: c_inthurt_kind: c_intis_grabbable: c_int

Implementations

impl FtHurt[src]

pub fn is_updated(&self) -> c_uchar[src]

pub fn set_is_updated(&mut self, val: c_uchar)[src]

pub fn x24_2(&self) -> c_uchar[src]

pub fn set_x24_2(&mut self, val: c_uchar)[src]

pub fn x24_3(&self) -> c_uchar[src]

pub fn set_x24_3(&mut self, val: c_uchar)[src]

pub fn x24_4(&self) -> c_uchar[src]

pub fn set_x24_4(&mut self, val: c_uchar)[src]

pub fn x24_5(&self) -> c_uchar[src]

pub fn set_x24_5(&mut self, val: c_uchar)[src]

pub fn x24_6(&self) -> c_uchar[src]

pub fn set_x24_6(&mut self, val: c_uchar)[src]

pub fn x24_7(&self) -> c_uchar[src]

pub fn set_x24_7(&mut self, val: c_uchar)[src]

pub fn x24_8(&self) -> c_uchar[src]

pub fn set_x24_8(&mut self, val: c_uchar)[src]

pub fn new_bitfield_1(
    is_updated: c_uchar,
    x24_2: c_uchar,
    x24_3: c_uchar,
    x24_4: c_uchar,
    x24_5: c_uchar,
    x24_6: c_uchar,
    x24_7: c_uchar,
    x24_8: c_uchar
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for FtHurt[src]

impl Copy for FtHurt[src]

impl Debug for FtHurt[src]

Auto Trait Implementations

impl !Send for FtHurt[src]

impl !Sync for FtHurt[src]

impl Unpin for FtHurt[src]

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.