#[repr(C)]pub struct RstInit {Show 29 fields
pub x0: c_int,
pub end_kind: u8_,
pub x5: u8_,
pub match_kind: u8_,
pub match_frames: c_int,
pub xc: u8_,
pub winner_num: u8_,
pub placings: [u8_; 4],
pub x10: c_int,
pub x14: c_int,
pub x18: c_int,
pub x1c: c_int,
pub x20: u8_,
pub x21: u8_,
pub x22: u8_,
pub x23: u8_,
pub x24: c_int,
pub x28: c_int,
pub x2c: c_int,
pub x30: c_int,
pub x34: c_int,
pub x38: c_int,
pub x3c: c_int,
pub x40: c_int,
pub x44: c_int,
pub x48: c_int,
pub x4c: c_int,
pub x50: c_int,
pub players: [RstPlayer; 6],
}Fields§
§x0: c_int§end_kind: u8_§x5: u8_§match_kind: u8_§match_frames: c_int§xc: u8_§winner_num: u8_§placings: [u8_; 4]§x10: c_int§x14: c_int§x18: c_int§x1c: c_int§x20: u8_§x21: u8_§x22: u8_§x23: u8_§x24: c_int§x28: c_int§x2c: c_int§x30: c_int§x34: c_int§x38: c_int§x3c: c_int§x40: c_int§x44: c_int§x48: c_int§x4c: c_int§x50: c_int§players: [RstPlayer; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RstInit
impl RefUnwindSafe for RstInit
impl Send for RstInit
impl Sync for RstInit
impl Unpin for RstInit
impl UnwindSafe for RstInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more