#[repr(C)]pub struct RUNTIME_DATA {}
Fields§
§root: GFxValue
§itemList: *mut ItemList
§itemCard: *mut ItemCard
§bottomBar: *mut BottomBar
§unk60: BSTArray<*mut c_void>
§unk78: u8
§pad79: u8
§pad7A: u16
§unk7C: u32
§pcControlsReady: bool
§unk81: u8
§pad82: u16
§pad84: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RUNTIME_DATA
impl RefUnwindSafe for RUNTIME_DATA
impl !Send for RUNTIME_DATA
impl !Sync for RUNTIME_DATA
impl Unpin for RUNTIME_DATA
impl UnwindSafe for RUNTIME_DATA
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