[][src]Struct mextk_sys::MatchHUD

#[repr(C)]pub struct MatchHUD {
    pub percent: *mut GOBJ,
    pub insignia: *mut GOBJ,
    pub x8: u8_,
    pub x9: u8_,
    pub xa: u16_,
    pub xc: u16_,
    pub xe: u8_,
    pub xf: u8_,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub x11: u8_,
    pub x12: u8_,
    pub x13: u8_,
    pub x14: [f32; 3],
    pub percent_digitpos: [f32; 4],
    pub x34: [c_int; 8],
    pub x54: [*mut JOBJ; 5],
}

Fields

percent: *mut GOBJinsignia: *mut GOBJx8: u8_x9: u8_xa: u16_xc: u16_xe: u8_xf: u8__bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>x11: u8_x12: u8_x13: u8_x14: [f32; 3]percent_digitpos: [f32; 4]x34: [c_int; 8]x54: [*mut JOBJ; 5]

Implementations

impl MatchHUD[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    is_removed: c_uchar,
    x10_2: c_uchar,
    x10_3: c_uchar,
    x10_4: c_uchar,
    x10_5: c_uchar,
    x10_6: c_uchar,
    x10_7: c_uchar,
    x10_8: c_uchar
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for MatchHUD[src]

impl Copy for MatchHUD[src]

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